Shades of Indigo #64088D
Tints of Indigo #64088D
RGB
CMYK
RGB Variations
Color information
#64088D (or 0x64088D) is known color: Indigo. HEX triplet: 64, 08 and 8D. RGB value is (100,8,141). Sum of RGB (Red+Green+Blue) = 100+8+141=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #64088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64088D is #9BF772. Grayscale: #323232. Windows color (decimal): -10221427 or 9242724. OLE color: 9242724.
HSL color Cylindrical-coordinate representation of color #64088D: hue angle of 281.5º degrees, saturation: 0.89, 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 #64088D is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 8 | 141 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.45 |
| HSL | 281.5º | 0.89% | 0.29% | - |
| HSV(B) | 281.5º | 0.94% | 0.55% | - |
| XYZ | 10.15 | 4.81 | 25.59 | - |
| YUV | 50.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 141 | 0.29 | 0.94 | 0 | 0.45 | 281.5 | 0.89 | 0.29 |
| Hex | 64 | 8 | 8D | 1D | 5E | 0 | 2D | 11A | 59 | 1D |
| Octal | 144 | 10 | 215 | 35 | 136 | 0 | 55 | 432 | 131 | 35 |
| Binary | 1100100 | 1000 | 10001101 | 11101 | 1011110 | 0 | 101101 | 100011010 | 1011001 | 11101 |
Color Harmonies of #64088D
Complementary color
Monochromatic Colors of #64088D
Black with #64088D
Text Example
Text Example
White with #64088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64088D; }
p { color: rgb(100,8,141); }
H1.HeaderClassName
{
color: #64088D;
}
.AnyTagClassName
{
color: #64088D;
}
</style>
background-color css
<style>
a { background-color: #64088D; }
a { background-color: rgb(100,8,141); }
div.DivClassName
{
background-color: #64088D;
}
.BgClassName
{
background-color: #64088D;
}
</style>
border-color css
<style>
span { border-color: #64088D; }
span { border-color: rgb(100,8,141); }
td.TdClassName
{
border-color: #64088D;
}
.TagClassName
{
border-color: #64088D;
}
</style>