Shades of Indigo #64028E
Tints of Indigo #64028E
RGB
CMYK
RGB Variations
Color information
#64028E (or 0x64028E) is known color: Indigo. HEX triplet: 64, 02 and 8E. RGB value is (100,2,142). Sum of RGB (Red+Green+Blue) = 100+2+142=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #64028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64028E is #9BFD71. Grayscale: #2E2E2E. Windows color (decimal): -10222962 or 9306724. OLE color: 9306724.
HSL color Cylindrical-coordinate representation of color #64028E: hue angle of 282º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64028E is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 2 | 142 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.44 |
| HSL | 282º | 0.97% | 0.28% | - |
| HSV(B) | 282º | 0.99% | 0.56% | - |
| XYZ | 10.16 | 4.71 | 25.96 | - |
| YUV | 47.26 | 181.47 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 142 | 0.30 | 0.99 | 0 | 0.44 | 282 | 0.97 | 0.28 |
| Hex | 64 | 2 | 8E | 1E | 63 | 0 | 2C | 11A | 61 | 1C |
| Octal | 144 | 2 | 216 | 36 | 143 | 0 | 54 | 432 | 141 | 34 |
| Binary | 1100100 | 10 | 10001110 | 11110 | 1100011 | 0 | 101100 | 100011010 | 1100001 | 11100 |
Color Harmonies of #64028E
Complementary color
Monochromatic Colors of #64028E
Black with #64028E
Text Example
Text Example
White with #64028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64028E; }
p { color: rgb(100,2,142); }
H1.HeaderClassName
{
color: #64028E;
}
.AnyTagClassName
{
color: #64028E;
}
</style>
background-color css
<style>
a { background-color: #64028E; }
a { background-color: rgb(100,2,142); }
div.DivClassName
{
background-color: #64028E;
}
.BgClassName
{
background-color: #64028E;
}
</style>
border-color css
<style>
span { border-color: #64028E; }
span { border-color: rgb(100,2,142); }
td.TdClassName
{
border-color: #64028E;
}
.TagClassName
{
border-color: #64028E;
}
</style>