#64188C

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

Shades of Indigo #64188C

Tints of Indigo #64188C

Color information

#64188C (or 0x64188C) is unknown color: approx Indigo. HEX triplet: 64, 18 and 8C. RGB value is (100,24,140). Sum of RGB (Red+Green+Blue) = 100+24+140=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #64188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64188C is #9BE773. Grayscale: #3B3B3B. Windows color (decimal): -10217332 or 9181284. OLE color: 9181284.

HSL color Cylindrical-coordinate representation of color #64188C: hue angle of 279.31º 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 #64188C is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10024140-
CMYK0.290.8300.45
HSL279.31º70.73%32.16%-
HSV(B)279.31º82.86%54.9%-
XYZ10.325.2625.28-
YUV59.95173.18156.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.88%
GREEN value IS 24 (9.77% from 255) = 9.09%
BLUE value IS 140 (55.08% from 255) = 53.03%
R=37.88%
G=9.09%
B=53.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100241400.290.8300.45279.3170.7332.16
Hex64188C1D5302D1174720
Octal144302143512305542710740
Binary1100100110001000110011101101001101011011000101111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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