Shades of Indigo #64029E
Tints of Indigo #64029E
RGB
CMYK
RGB Variations
Color information
#64029E (or 0x64029E) is known color: Indigo. HEX triplet: 64, 02 and 9E. RGB value is (100,2,158). Sum of RGB (Red+Green+Blue) = 100+2+158=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #64029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64029E is #9BFD61. Grayscale: #303030. Windows color (decimal): -10222946 or 10355300. OLE color: 10355300.
HSL color Cylindrical-coordinate representation of color #64029E: hue angle of 277.69º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64029E is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 2 | 158 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.38 |
| HSL | 277.69º | 0.98% | 0.31% | - |
| HSV(B) | 277.69º | 0.99% | 0.62% | - |
| XYZ | 11.45 | 5.22 | 32.75 | - |
| YUV | 49.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 158 | 0.37 | 0.99 | 0 | 0.38 | 277.69 | 0.98 | 0.31 |
| Hex | 64 | 2 | 9E | 25 | 63 | 0 | 26 | 116 | 62 | 1F |
| Octal | 144 | 2 | 236 | 45 | 143 | 0 | 46 | 426 | 142 | 37 |
| Binary | 1100100 | 10 | 10011110 | 100101 | 1100011 | 0 | 100110 | 100010110 | 1100010 | 11111 |
Color Harmonies of #64029E
Complementary color
Monochromatic Colors of #64029E
Black with #64029E
Text Example
Text Example
White with #64029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64029E; }
p { color: rgb(100,2,158); }
H1.HeaderClassName
{
color: #64029E;
}
.AnyTagClassName
{
color: #64029E;
}
</style>
background-color css
<style>
a { background-color: #64029E; }
a { background-color: rgb(100,2,158); }
div.DivClassName
{
background-color: #64029E;
}
.BgClassName
{
background-color: #64029E;
}
</style>
border-color css
<style>
span { border-color: #64029E; }
span { border-color: rgb(100,2,158); }
td.TdClassName
{
border-color: #64029E;
}
.TagClassName
{
border-color: #64029E;
}
</style>