Shades of Indigo #64098D
Tints of Indigo #64098D
RGB
CMYK
RGB Variations
Color information
#64098D (or 0x64098D) is known color: Indigo. HEX triplet: 64, 09 and 8D. RGB value is (100,9,141). Sum of RGB (Red+Green+Blue) = 100+9+141=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #64098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64098D is #9BF672. Grayscale: #323232. Windows color (decimal): -10221171 or 9242980. OLE color: 9242980.
HSL color Cylindrical-coordinate representation of color #64098D: hue angle of 281.36º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64098D is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 9 | 141 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.45 |
| HSL | 281.36º | 0.88% | 0.29% | - |
| HSV(B) | 281.36º | 0.94% | 0.55% | - |
| XYZ | 10.16 | 4.83 | 25.6 | - |
| YUV | 51.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 141 | 0.29 | 0.94 | 0 | 0.45 | 281.36 | 0.88 | 0.29 |
| Hex | 64 | 9 | 8D | 1D | 5E | 0 | 2D | 119 | 58 | 1D |
| Octal | 144 | 11 | 215 | 35 | 136 | 0 | 55 | 431 | 130 | 35 |
| Binary | 1100100 | 1001 | 10001101 | 11101 | 1011110 | 0 | 101101 | 100011001 | 1011000 | 11101 |
Color Harmonies of #64098D
Complementary color
Monochromatic Colors of #64098D
Black with #64098D
Text Example
Text Example
White with #64098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64098D; }
p { color: rgb(100,9,141); }
H1.HeaderClassName
{
color: #64098D;
}
.AnyTagClassName
{
color: #64098D;
}
</style>
background-color css
<style>
a { background-color: #64098D; }
a { background-color: rgb(100,9,141); }
div.DivClassName
{
background-color: #64098D;
}
.BgClassName
{
background-color: #64098D;
}
</style>
border-color css
<style>
span { border-color: #64098D; }
span { border-color: rgb(100,9,141); }
td.TdClassName
{
border-color: #64098D;
}
.TagClassName
{
border-color: #64098D;
}
</style>