Shades of Indigo #64188C
Tints of Indigo #64188C
RGB
CMYK
RGB Variations
Color information
#64188C (or 0x64188C) is known color: 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
| RGB | 100 | 24 | 140 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.45 |
| HSL | 279.31º | 0.71% | 0.32% | - |
| HSV(B) | 279.31º | 0.83% | 0.55% | - |
| XYZ | 10.32 | 5.26 | 25.28 | - |
| YUV | 59.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 140 | 0.29 | 0.83 | 0 | 0.45 | 279.31 | 0.71 | 0.32 |
| Hex | 64 | 18 | 8C | 1D | 53 | 0 | 2D | 117 | 47 | 20 |
| Octal | 144 | 30 | 214 | 35 | 123 | 0 | 55 | 427 | 107 | 40 |
| Binary | 1100100 | 11000 | 10001100 | 11101 | 1010011 | 0 | 101101 | 100010111 | 1000111 | 100000 |
Color Harmonies of #64188C
Complementary color
Monochromatic Colors of #64188C
Black with #64188C
Text Example
Text Example
White with #64188C
Text Example
Text Example
HTML Codes & Css Web 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>