Shades of Indigo #64098C
Tints of Indigo #64098C
RGB
CMYK
RGB Variations
Color information
#64098C (or 0x64098C) is known color: Indigo. HEX triplet: 64, 09 and 8C. RGB value is (100,9,140). Sum of RGB (Red+Green+Blue) = 100+9+140=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #64098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64098C is #9BF673. Grayscale: #323232. Windows color (decimal): -10221172 or 9177444. OLE color: 9177444.
HSL color Cylindrical-coordinate representation of color #64098C: hue angle of 281.68º 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 #64098C is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 9 | 140 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.45 |
| HSL | 281.68º | 0.88% | 0.29% | - |
| HSV(B) | 281.68º | 0.94% | 0.55% | - |
| XYZ | 10.09 | 4.8 | 25.21 | - |
| YUV | 51.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 140 | 0.29 | 0.94 | 0 | 0.45 | 281.68 | 0.88 | 0.29 |
| Hex | 64 | 9 | 8C | 1D | 5E | 0 | 2D | 11A | 58 | 1D |
| Octal | 144 | 11 | 214 | 35 | 136 | 0 | 55 | 432 | 130 | 35 |
| Binary | 1100100 | 1001 | 10001100 | 11101 | 1011110 | 0 | 101101 | 100011010 | 1011000 | 11101 |
Color Harmonies of #64098C
Complementary color
Monochromatic Colors of #64098C
Black with #64098C
Text Example
Text Example
White with #64098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64098C; }
p { color: rgb(100,9,140); }
H1.HeaderClassName
{
color: #64098C;
}
.AnyTagClassName
{
color: #64098C;
}
</style>
background-color css
<style>
a { background-color: #64098C; }
a { background-color: rgb(100,9,140); }
div.DivClassName
{
background-color: #64098C;
}
.BgClassName
{
background-color: #64098C;
}
</style>
border-color css
<style>
span { border-color: #64098C; }
span { border-color: rgb(100,9,140); }
td.TdClassName
{
border-color: #64098C;
}
.TagClassName
{
border-color: #64098C;
}
</style>