Shades of Indigo #64139A
Tints of Indigo #64139A
RGB
CMYK
RGB Variations
Color information
#64139A (or 0x64139A) is known color: Indigo. HEX triplet: 64, 13 and 9A. RGB value is (100,19,154). Sum of RGB (Red+Green+Blue) = 100+19+154=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #64139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64139A is #9BEC65. Grayscale: #3A3A3A. Windows color (decimal): -10218598 or 10097508. OLE color: 10097508.
HSL color Cylindrical-coordinate representation of color #64139A: hue angle of 276º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64139A is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 19 | 154 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.40 |
| HSL | 276º | 0.78% | 0.34% | - |
| HSV(B) | 276º | 0.88% | 0.6% | - |
| XYZ | 11.32 | 5.51 | 31.04 | - |
| YUV | 58.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 154 | 0.35 | 0.88 | 0 | 0.40 | 276 | 0.78 | 0.34 |
| Hex | 64 | 13 | 9A | 23 | 58 | 0 | 28 | 114 | 4E | 22 |
| Octal | 144 | 23 | 232 | 43 | 130 | 0 | 50 | 424 | 116 | 42 |
| Binary | 1100100 | 10011 | 10011010 | 100011 | 1011000 | 0 | 101000 | 100010100 | 1001110 | 100010 |
Color Harmonies of #64139A
Complementary color
Monochromatic Colors of #64139A
Black with #64139A
Text Example
Text Example
White with #64139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64139A; }
p { color: rgb(100,19,154); }
H1.HeaderClassName
{
color: #64139A;
}
.AnyTagClassName
{
color: #64139A;
}
</style>
background-color css
<style>
a { background-color: #64139A; }
a { background-color: rgb(100,19,154); }
div.DivClassName
{
background-color: #64139A;
}
.BgClassName
{
background-color: #64139A;
}
</style>
border-color css
<style>
span { border-color: #64139A; }
span { border-color: rgb(100,19,154); }
td.TdClassName
{
border-color: #64139A;
}
.TagClassName
{
border-color: #64139A;
}
</style>