Shades of Indigo #64169A
Tints of Indigo #64169A
RGB
CMYK
RGB Variations
Color information
#64169A (or 0x64169A) is known color: Indigo. HEX triplet: 64, 16 and 9A. RGB value is (100,22,154). Sum of RGB (Red+Green+Blue) = 100+22+154=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #64169A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64169A is #9BE965. Grayscale: #3B3B3B. Windows color (decimal): -10217830 or 10098276. OLE color: 10098276.
HSL color Cylindrical-coordinate representation of color #64169A: hue angle of 275.45º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64169A is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 22 | 154 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.40 |
| HSL | 275.45º | 0.75% | 0.35% | - |
| HSV(B) | 275.45º | 0.86% | 0.6% | - |
| XYZ | 11.38 | 5.62 | 31.06 | - |
| YUV | 60.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 154 | 0.35 | 0.86 | 0 | 0.40 | 275.45 | 0.75 | 0.35 |
| Hex | 64 | 16 | 9A | 23 | 56 | 0 | 28 | 113 | 4B | 23 |
| Octal | 144 | 26 | 232 | 43 | 126 | 0 | 50 | 423 | 113 | 43 |
| Binary | 1100100 | 10110 | 10011010 | 100011 | 1010110 | 0 | 101000 | 100010011 | 1001011 | 100011 |
Color Harmonies of #64169A
Complementary color
Monochromatic Colors of #64169A
Black with #64169A
Text Example
Text Example
White with #64169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64169A; }
p { color: rgb(100,22,154); }
H1.HeaderClassName
{
color: #64169A;
}
.AnyTagClassName
{
color: #64169A;
}
</style>
background-color css
<style>
a { background-color: #64169A; }
a { background-color: rgb(100,22,154); }
div.DivClassName
{
background-color: #64169A;
}
.BgClassName
{
background-color: #64169A;
}
</style>
border-color css
<style>
span { border-color: #64169A; }
span { border-color: rgb(100,22,154); }
td.TdClassName
{
border-color: #64169A;
}
.TagClassName
{
border-color: #64169A;
}
</style>