#61188D

Color #61188D Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #61188D

Tints of Indigo #61188D

Color information

#61188D (or 0x61188D) is unknown color: approx Indigo. HEX triplet: 61, 18 and 8D. RGB value is (97,24,141). Sum of RGB (Red+Green+Blue) = 97+24+141=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #61188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61188D is #9EE772. Grayscale: #3A3A3A. Windows color (decimal): -10413939 or 9246817. OLE color: 9246817.

HSL color Cylindrical-coordinate representation of color #61188D: hue angle of 277.44º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #61188D is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9724141-
CMYK0.310.8300.45
HSL277.44º70.91%32.35%-
HSV(B)277.44º82.98%55.29%-
XYZ10.065.1225.66-
YUV59.17174.18154.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 24 (9.77% from 255) = 9.16%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=37.02%
G=9.16%
B=53.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97241410.310.8300.45277.4470.9132.35
Hex61188D1F5302D1154720
Octal141302153712305542510740
Binary1100001110001000110111111101001101011011000101011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61188D; }

 p { color: rgb(97,24,141); }

 H1.HeaderClassName
 {
   color: #61188D;
 }
 .AnyTagClassName
 {
   color: #61188D;
 }
</style>
background-color css

<style>
 a { background-color: #61188D; }

 a { background-color: rgb(97,24,141); }

 div.DivClassName
 {
   background-color: #61188D;
 }
 .BgClassName
 {
   background-color: #61188D;
 }
</style>
border-color css

<style>
 span { border-color: #61188D; }

 span { border-color: rgb(97,24,141); }

 td.TdClassName
 {
   border-color: #61188D;
 }
 .TagClassName
 {
   border-color: #61188D;
 }
</style>