Shades of Indigo #64019E
Tints of Indigo #64019E
RGB
CMYK
RGB Variations
Color information
#64019E (or 0x64019E) is known color: Indigo. HEX triplet: 64, 01 and 9E. RGB value is (100,1,158). Sum of RGB (Red+Green+Blue) = 100+1+158=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #64019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64019E is #9BFE61. Grayscale: #2F2F2F. Windows color (decimal): -10223202 or 10355044. OLE color: 10355044.
HSL color Cylindrical-coordinate representation of color #64019E: hue angle of 277.83º degrees, saturation: 0.99, 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 #64019E is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 1 | 158 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.38 |
| HSL | 277.83º | 0.99% | 0.31% | - |
| HSV(B) | 277.83º | 0.99% | 0.62% | - |
| XYZ | 11.44 | 5.2 | 32.75 | - |
| YUV | 48.5 | 189.8 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 158 | 0.37 | 0.99 | 0 | 0.38 | 277.83 | 0.99 | 0.31 |
| Hex | 64 | 1 | 9E | 25 | 63 | 0 | 26 | 116 | 63 | 1F |
| Octal | 144 | 1 | 236 | 45 | 143 | 0 | 46 | 426 | 143 | 37 |
| Binary | 1100100 | 1 | 10011110 | 100101 | 1100011 | 0 | 100110 | 100010110 | 1100011 | 11111 |
Color Harmonies of #64019E
Complementary color
Monochromatic Colors of #64019E
Black with #64019E
Text Example
Text Example
White with #64019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64019E; }
p { color: rgb(100,1,158); }
H1.HeaderClassName
{
color: #64019E;
}
.AnyTagClassName
{
color: #64019E;
}
</style>
background-color css
<style>
a { background-color: #64019E; }
a { background-color: rgb(100,1,158); }
div.DivClassName
{
background-color: #64019E;
}
.BgClassName
{
background-color: #64019E;
}
</style>
border-color css
<style>
span { border-color: #64019E; }
span { border-color: rgb(100,1,158); }
td.TdClassName
{
border-color: #64019E;
}
.TagClassName
{
border-color: #64019E;
}
</style>