#64118C

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

Shades of Indigo #64118C

Tints of Indigo #64118C

Color information

#64118C (or 0x64118C) is unknown color: approx Indigo. HEX triplet: 64, 11 and 8C. RGB value is (100,17,140). Sum of RGB (Red+Green+Blue) = 100+17+140=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #64118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64118C is #9BEE73. Grayscale: #373737. Windows color (decimal): -10219124 or 9179492. OLE color: 9179492.

HSL color Cylindrical-coordinate representation of color #64118C: hue angle of 280.49º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64118C is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10017140-
CMYK0.290.8800.45
HSL280.49º78.34%30.78%-
HSV(B)280.49º87.86%54.9%-
XYZ10.19525.24-
YUV55.84175.5159.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 17 (7.03% from 255) = 6.61%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=38.91%
G=6.61%
B=54.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100171400.290.8800.45280.4978.3430.78
Hex64118C1D5802D1184e1f
Octal144212143513005543011637
Binary110010010001100011001110110110000101101100011000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64118C; }

 p { color: rgb(100,17,140); }

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

<style>
 a { background-color: #64118C; }

 a { background-color: rgb(100,17,140); }

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

<style>
 span { border-color: #64118C; }

 span { border-color: rgb(100,17,140); }

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