Shades of Indigo #64048E
Tints of Indigo #64048E
RGB
CMYK
RGB Variations
Color information
#64048E (or 0x64048E) is known color: Indigo. HEX triplet: 64, 04 and 8E. RGB value is (100,4,142). Sum of RGB (Red+Green+Blue) = 100+4+142=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #64048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64048E is #9BFB71. Grayscale: #2F2F2F. Windows color (decimal): -10222450 or 9307236. OLE color: 9307236.
HSL color Cylindrical-coordinate representation of color #64048E: hue angle of 281.74º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64048E is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 4 | 142 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.44 |
| HSL | 281.74º | 0.95% | 0.29% | - |
| HSV(B) | 281.74º | 0.97% | 0.56% | - |
| XYZ | 10.18 | 4.75 | 25.97 | - |
| YUV | 48.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 142 | 0.30 | 0.97 | 0 | 0.44 | 281.74 | 0.95 | 0.29 |
| Hex | 64 | 4 | 8E | 1E | 61 | 0 | 2C | 11A | 5F | 1D |
| Octal | 144 | 4 | 216 | 36 | 141 | 0 | 54 | 432 | 137 | 35 |
| Binary | 1100100 | 100 | 10001110 | 11110 | 1100001 | 0 | 101100 | 100011010 | 1011111 | 11101 |
Color Harmonies of #64048E
Complementary color
Monochromatic Colors of #64048E
Black with #64048E
Text Example
Text Example
White with #64048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64048E; }
p { color: rgb(100,4,142); }
H1.HeaderClassName
{
color: #64048E;
}
.AnyTagClassName
{
color: #64048E;
}
</style>
background-color css
<style>
a { background-color: #64048E; }
a { background-color: rgb(100,4,142); }
div.DivClassName
{
background-color: #64048E;
}
.BgClassName
{
background-color: #64048E;
}
</style>
border-color css
<style>
span { border-color: #64048E; }
span { border-color: rgb(100,4,142); }
td.TdClassName
{
border-color: #64048E;
}
.TagClassName
{
border-color: #64048E;
}
</style>