Shades of Indigo #64098F
Tints of Indigo #64098F
RGB
CMYK
RGB Variations
Color information
#64098F (or 0x64098F) is known color: Indigo. HEX triplet: 64, 09 and 8F. RGB value is (100,9,143). Sum of RGB (Red+Green+Blue) = 100+9+143=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #64098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64098F is #9BF670. Grayscale: #333333. Windows color (decimal): -10221169 or 9374052. OLE color: 9374052.
HSL color Cylindrical-coordinate representation of color #64098F: hue angle of 280.75º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64098F is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 9 | 143 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.44 |
| HSL | 280.75º | 0.88% | 0.3% | - |
| HSV(B) | 280.75º | 0.94% | 0.56% | - |
| XYZ | 10.31 | 4.89 | 26.39 | - |
| YUV | 51.49 | 179.65 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 143 | 0.30 | 0.94 | 0 | 0.44 | 280.75 | 0.88 | 0.3 |
| Hex | 64 | 9 | 8F | 1E | 5E | 0 | 2C | 119 | 58 | 1E |
| Octal | 144 | 11 | 217 | 36 | 136 | 0 | 54 | 431 | 130 | 36 |
| Binary | 1100100 | 1001 | 10001111 | 11110 | 1011110 | 0 | 101100 | 100011001 | 1011000 | 11110 |
Color Harmonies of #64098F
Complementary color
Monochromatic Colors of #64098F
Black with #64098F
Text Example
Text Example
White with #64098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64098F; }
p { color: rgb(100,9,143); }
H1.HeaderClassName
{
color: #64098F;
}
.AnyTagClassName
{
color: #64098F;
}
</style>
background-color css
<style>
a { background-color: #64098F; }
a { background-color: rgb(100,9,143); }
div.DivClassName
{
background-color: #64098F;
}
.BgClassName
{
background-color: #64098F;
}
</style>
border-color css
<style>
span { border-color: #64098F; }
span { border-color: rgb(100,9,143); }
td.TdClassName
{
border-color: #64098F;
}
.TagClassName
{
border-color: #64098F;
}
</style>