Shades of Indigo #64088C
Tints of Indigo #64088C
RGB
CMYK
RGB Variations
Color information
#64088C (or 0x64088C) is known color: Indigo. HEX triplet: 64, 08 and 8C. RGB value is (100,8,140). Sum of RGB (Red+Green+Blue) = 100+8+140=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #64088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64088C is #9BF773. Grayscale: #323232. Windows color (decimal): -10221428 or 9177188. OLE color: 9177188.
HSL color Cylindrical-coordinate representation of color #64088C: hue angle of 281.82º 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 #64088C is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 8 | 140 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.45 |
| HSL | 281.82º | 0.89% | 0.29% | - |
| HSV(B) | 281.82º | 0.94% | 0.55% | - |
| XYZ | 10.08 | 4.78 | 25.2 | - |
| YUV | 50.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 140 | 0.29 | 0.94 | 0 | 0.45 | 281.82 | 0.89 | 0.29 |
| Hex | 64 | 8 | 8C | 1D | 5E | 0 | 2D | 11A | 59 | 1D |
| Octal | 144 | 10 | 214 | 35 | 136 | 0 | 55 | 432 | 131 | 35 |
| Binary | 1100100 | 1000 | 10001100 | 11101 | 1011110 | 0 | 101101 | 100011010 | 1011001 | 11101 |
Color Harmonies of #64088C
Complementary color
Monochromatic Colors of #64088C
Black with #64088C
Text Example
Text Example
White with #64088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64088C; }
p { color: rgb(100,8,140); }
H1.HeaderClassName
{
color: #64088C;
}
.AnyTagClassName
{
color: #64088C;
}
</style>
background-color css
<style>
a { background-color: #64088C; }
a { background-color: rgb(100,8,140); }
div.DivClassName
{
background-color: #64088C;
}
.BgClassName
{
background-color: #64088C;
}
</style>
border-color css
<style>
span { border-color: #64088C; }
span { border-color: rgb(100,8,140); }
td.TdClassName
{
border-color: #64088C;
}
.TagClassName
{
border-color: #64088C;
}
</style>