Shades of Indigo #64149A
Tints of Indigo #64149A
RGB
CMYK
RGB Variations
Color information
#64149A (or 0x64149A) is known color: Indigo. HEX triplet: 64, 14 and 9A. RGB value is (100,20,154). Sum of RGB (Red+Green+Blue) = 100+20+154=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #64149A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64149A is #9BEB65. Grayscale: #3A3A3A. Windows color (decimal): -10218342 or 10097764. OLE color: 10097764.
HSL color Cylindrical-coordinate representation of color #64149A: hue angle of 275.82º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64149A is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 20 | 154 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.40 |
| HSL | 275.82º | 0.77% | 0.34% | - |
| HSV(B) | 275.82º | 0.87% | 0.6% | - |
| XYZ | 11.34 | 5.54 | 31.04 | - |
| YUV | 59.2 | 181.5 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 154 | 0.35 | 0.87 | 0 | 0.40 | 275.82 | 0.77 | 0.34 |
| Hex | 64 | 14 | 9A | 23 | 57 | 0 | 28 | 114 | 4D | 22 |
| Octal | 144 | 24 | 232 | 43 | 127 | 0 | 50 | 424 | 115 | 42 |
| Binary | 1100100 | 10100 | 10011010 | 100011 | 1010111 | 0 | 101000 | 100010100 | 1001101 | 100010 |
Color Harmonies of #64149A
Complementary color
Monochromatic Colors of #64149A
Black with #64149A
Text Example
Text Example
White with #64149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64149A; }
p { color: rgb(100,20,154); }
H1.HeaderClassName
{
color: #64149A;
}
.AnyTagClassName
{
color: #64149A;
}
</style>
background-color css
<style>
a { background-color: #64149A; }
a { background-color: rgb(100,20,154); }
div.DivClassName
{
background-color: #64149A;
}
.BgClassName
{
background-color: #64149A;
}
</style>
border-color css
<style>
span { border-color: #64149A; }
span { border-color: rgb(100,20,154); }
td.TdClassName
{
border-color: #64149A;
}
.TagClassName
{
border-color: #64149A;
}
</style>