Shades of Indigo #64099B
Tints of Indigo #64099B
RGB
CMYK
RGB Variations
Color information
#64099B (or 0x64099B) is known color: Indigo. HEX triplet: 64, 09 and 9B. RGB value is (100,9,155). Sum of RGB (Red+Green+Blue) = 100+9+155=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #64099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64099B is #9BF664. Grayscale: #343434. Windows color (decimal): -10221157 or 10160484. OLE color: 10160484.
HSL color Cylindrical-coordinate representation of color #64099B: hue angle of 277.4º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64099B is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 9 | 155 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.39 |
| HSL | 277.4º | 0.89% | 0.32% | - |
| HSV(B) | 277.4º | 0.94% | 0.61% | - |
| XYZ | 11.27 | 5.27 | 31.43 | - |
| YUV | 52.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 155 | 0.35 | 0.94 | 0 | 0.39 | 277.4 | 0.89 | 0.32 |
| Hex | 64 | 9 | 9B | 23 | 5E | 0 | 27 | 115 | 59 | 20 |
| Octal | 144 | 11 | 233 | 43 | 136 | 0 | 47 | 425 | 131 | 40 |
| Binary | 1100100 | 1001 | 10011011 | 100011 | 1011110 | 0 | 100111 | 100010101 | 1011001 | 100000 |
Color Harmonies of #64099B
Complementary color
Monochromatic Colors of #64099B
Black with #64099B
Text Example
Text Example
White with #64099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64099B; }
p { color: rgb(100,9,155); }
H1.HeaderClassName
{
color: #64099B;
}
.AnyTagClassName
{
color: #64099B;
}
</style>
background-color css
<style>
a { background-color: #64099B; }
a { background-color: rgb(100,9,155); }
div.DivClassName
{
background-color: #64099B;
}
.BgClassName
{
background-color: #64099B;
}
</style>
border-color css
<style>
span { border-color: #64099B; }
span { border-color: rgb(100,9,155); }
td.TdClassName
{
border-color: #64099B;
}
.TagClassName
{
border-color: #64099B;
}
</style>