Shades of Indigo #64099A
Tints of Indigo #64099A
RGB
CMYK
RGB Variations
Color information
#64099A (or 0x64099A) is known color: Indigo. HEX triplet: 64, 09 and 9A. RGB value is (100,9,154). Sum of RGB (Red+Green+Blue) = 100+9+154=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #64099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64099A is #9BF665. Grayscale: #343434. Windows color (decimal): -10221158 or 10094948. OLE color: 10094948.
HSL color Cylindrical-coordinate representation of color #64099A: hue angle of 277.66º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64099A is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 9 | 154 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.40 |
| HSL | 277.66º | 0.89% | 0.32% | - |
| HSV(B) | 277.66º | 0.94% | 0.6% | - |
| XYZ | 11.19 | 5.24 | 30.99 | - |
| YUV | 52.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 154 | 0.35 | 0.94 | 0 | 0.40 | 277.66 | 0.89 | 0.32 |
| Hex | 64 | 9 | 9A | 23 | 5E | 0 | 28 | 116 | 59 | 20 |
| Octal | 144 | 11 | 232 | 43 | 136 | 0 | 50 | 426 | 131 | 40 |
| Binary | 1100100 | 1001 | 10011010 | 100011 | 1011110 | 0 | 101000 | 100010110 | 1011001 | 100000 |
Color Harmonies of #64099A
Complementary color
Monochromatic Colors of #64099A
Black with #64099A
Text Example
Text Example
White with #64099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64099A; }
p { color: rgb(100,9,154); }
H1.HeaderClassName
{
color: #64099A;
}
.AnyTagClassName
{
color: #64099A;
}
</style>
background-color css
<style>
a { background-color: #64099A; }
a { background-color: rgb(100,9,154); }
div.DivClassName
{
background-color: #64099A;
}
.BgClassName
{
background-color: #64099A;
}
</style>
border-color css
<style>
span { border-color: #64099A; }
span { border-color: rgb(100,9,154); }
td.TdClassName
{
border-color: #64099A;
}
.TagClassName
{
border-color: #64099A;
}
</style>