#64178E

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

Shades of Indigo #64178E

Tints of Indigo #64178E

Color information

#64178E (or 0x64178E) is unknown color: approx Indigo. HEX triplet: 64, 17 and 8E. RGB value is (100,23,142). Sum of RGB (Red+Green+Blue) = 100+23+142=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #64178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64178E is #9BE871. Grayscale: #3B3B3B. Windows color (decimal): -10217586 or 9312100. OLE color: 9312100.

HSL color Cylindrical-coordinate representation of color #64178E: hue angle of 278.82º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64178E is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10023142-
CMYK0.300.8400.44
HSL278.82º72.12%32.35%-
HSV(B)278.82º83.8%55.69%-
XYZ10.445.2826.06-
YUV59.59174.51156.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=37.74%
G=8.68%
B=53.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100231420.300.8400.44278.8272.1232.35
Hex64178E1E5402C1174820
Octal144272163612405442711040
Binary1100100101111000111011110101010001011001000101111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,23,142); }

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

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

 a { background-color: rgb(100,23,142); }

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

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

 span { border-color: rgb(100,23,142); }

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