Shades of Indigo #64029A
Tints of Indigo #64029A
RGB
CMYK
RGB Variations
Color information
#64029A (or 0x64029A) is known color: Indigo. HEX triplet: 64, 02 and 9A. RGB value is (100,2,154). Sum of RGB (Red+Green+Blue) = 100+2+154=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #64029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64029A is #9BFD65. Grayscale: #303030. Windows color (decimal): -10222950 or 10093156. OLE color: 10093156.
HSL color Cylindrical-coordinate representation of color #64029A: hue angle of 278.68º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64029A is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 2 | 154 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.40 |
| HSL | 278.68º | 0.97% | 0.31% | - |
| HSV(B) | 278.68º | 0.99% | 0.6% | - |
| XYZ | 11.11 | 5.09 | 30.97 | - |
| YUV | 48.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 154 | 0.35 | 0.99 | 0 | 0.40 | 278.68 | 0.97 | 0.31 |
| Hex | 64 | 2 | 9A | 23 | 63 | 0 | 28 | 117 | 61 | 1F |
| Octal | 144 | 2 | 232 | 43 | 143 | 0 | 50 | 427 | 141 | 37 |
| Binary | 1100100 | 10 | 10011010 | 100011 | 1100011 | 0 | 101000 | 100010111 | 1100001 | 11111 |
Color Harmonies of #64029A
Complementary color
Monochromatic Colors of #64029A
Black with #64029A
Text Example
Text Example
White with #64029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64029A; }
p { color: rgb(100,2,154); }
H1.HeaderClassName
{
color: #64029A;
}
.AnyTagClassName
{
color: #64029A;
}
</style>
background-color css
<style>
a { background-color: #64029A; }
a { background-color: rgb(100,2,154); }
div.DivClassName
{
background-color: #64029A;
}
.BgClassName
{
background-color: #64029A;
}
</style>
border-color css
<style>
span { border-color: #64029A; }
span { border-color: rgb(100,2,154); }
td.TdClassName
{
border-color: #64029A;
}
.TagClassName
{
border-color: #64029A;
}
</style>