Shades of Indigo #64098B
Tints of Indigo #64098B
RGB
CMYK
RGB Variations
Color information
#64098B (or 0x64098B) is known color: Indigo. HEX triplet: 64, 09 and 8B. RGB value is (100,9,139). Sum of RGB (Red+Green+Blue) = 100+9+139=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #64098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64098B is #9BF674. Grayscale: #323232. Windows color (decimal): -10221173 or 9111908. OLE color: 9111908.
HSL color Cylindrical-coordinate representation of color #64098B: hue angle of 282º 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 #64098B is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 9 | 139 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.45 |
| HSL | 282º | 0.88% | 0.29% | - |
| HSV(B) | 282º | 0.94% | 0.55% | - |
| XYZ | 10.01 | 4.77 | 24.82 | - |
| YUV | 51.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 139 | 0.28 | 0.94 | 0 | 0.45 | 282 | 0.88 | 0.29 |
| Hex | 64 | 9 | 8B | 1C | 5E | 0 | 2D | 11A | 58 | 1D |
| Octal | 144 | 11 | 213 | 34 | 136 | 0 | 55 | 432 | 130 | 35 |
| Binary | 1100100 | 1001 | 10001011 | 11100 | 1011110 | 0 | 101101 | 100011010 | 1011000 | 11101 |
Color Harmonies of #64098B
Complementary color
Monochromatic Colors of #64098B
Black with #64098B
Text Example
Text Example
White with #64098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64098B; }
p { color: rgb(100,9,139); }
H1.HeaderClassName
{
color: #64098B;
}
.AnyTagClassName
{
color: #64098B;
}
</style>
background-color css
<style>
a { background-color: #64098B; }
a { background-color: rgb(100,9,139); }
div.DivClassName
{
background-color: #64098B;
}
.BgClassName
{
background-color: #64098B;
}
</style>
border-color css
<style>
span { border-color: #64098B; }
span { border-color: rgb(100,9,139); }
td.TdClassName
{
border-color: #64098B;
}
.TagClassName
{
border-color: #64098B;
}
</style>