#61187E

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

Shades of Indigo #61187E

Tints of Indigo #61187E

Color information

#61187E (or 0x61187E) is unknown color: approx Indigo. HEX triplet: 61, 18 and 7E. RGB value is (97,24,126). Sum of RGB (Red+Green+Blue) = 97+24+126=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #61187E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61187E is #9EE781. Grayscale: #393939. Windows color (decimal): -10413954 or 8263777. OLE color: 8263777.

HSL color Cylindrical-coordinate representation of color #61187E: hue angle of 282.94º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61187E is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9724126-
CMYK0.230.8100.51
HSL282.94º68%29.41%-
HSV(B)282.94º80.95%49.41%-
XYZ9.024.720.17-
YUV57.46166.68156.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 126 (49.61% from 255) = 51.01%
R=39.27%
G=9.72%
B=51.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97241260.230.8100.51282.946829.41
Hex61187E175103311b441d
Octal141301762712106343310435
Binary11000011100011111101011110100010110011100011011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61187E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61187E; }

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

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

<style>
 a { background-color: #61187E; }

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

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

<style>
 span { border-color: #61187E; }

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

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