Shades of Indigo #64087A
Tints of Indigo #64087A
RGB
CMYK
RGB Variations
Color information
#64087A (or 0x64087A) is known color: Indigo. HEX triplet: 64, 08 and 7A. RGB value is (100,8,122). Sum of RGB (Red+Green+Blue) = 100+8+122=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #64087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64087A is #9BF785. Grayscale: #303030. Windows color (decimal): -10221446 or 7997540. OLE color: 7997540.
HSL color Cylindrical-coordinate representation of color #64087A: hue angle of 288.42º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64087A is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 8 | 122 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.52 |
| HSL | 288.42º | 0.88% | 0.25% | - |
| HSV(B) | 288.42º | 0.93% | 0.48% | - |
| XYZ | 8.86 | 4.29 | 18.77 | - |
| YUV | 48.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 122 | 0.18 | 0.93 | 0 | 0.52 | 288.42 | 0.88 | 0.25 |
| Hex | 64 | 8 | 7A | 12 | 5D | 0 | 34 | 120 | 58 | 19 |
| Octal | 144 | 10 | 172 | 22 | 135 | 0 | 64 | 440 | 130 | 31 |
| Binary | 1100100 | 1000 | 1111010 | 10010 | 1011101 | 0 | 110100 | 100100000 | 1011000 | 11001 |
Color Harmonies of #64087A
Complementary color
Monochromatic Colors of #64087A
Black with #64087A
Text Example
Text Example
White with #64087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64087A; }
p { color: rgb(100,8,122); }
H1.HeaderClassName
{
color: #64087A;
}
.AnyTagClassName
{
color: #64087A;
}
</style>
background-color css
<style>
a { background-color: #64087A; }
a { background-color: rgb(100,8,122); }
div.DivClassName
{
background-color: #64087A;
}
.BgClassName
{
background-color: #64087A;
}
</style>
border-color css
<style>
span { border-color: #64087A; }
span { border-color: rgb(100,8,122); }
td.TdClassName
{
border-color: #64087A;
}
.TagClassName
{
border-color: #64087A;
}
</style>