Shades of Indigo #64087D
Tints of Indigo #64087D
RGB
CMYK
RGB Variations
Color information
#64087D (or 0x64087D) is known color: Indigo. HEX triplet: 64, 08 and 7D. RGB value is (100,8,125). Sum of RGB (Red+Green+Blue) = 100+8+125=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #64087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64087D is #9BF782. Grayscale: #303030. Windows color (decimal): -10221443 or 8194148. OLE color: 8194148.
HSL color Cylindrical-coordinate representation of color #64087D: hue angle of 287.18º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64087D is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 8 | 125 | - |
| CMYK | 0.2 | 0.94 | 0 | 0.51 |
| HSL | 287.18º | 0.88% | 0.26% | - |
| HSV(B) | 287.18º | 0.94% | 0.49% | - |
| XYZ | 9.04 | 4.36 | 19.77 | - |
| YUV | 48.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 125 | 0.2 | 0.94 | 0 | 0.51 | 287.18 | 0.88 | 0.26 |
| Hex | 64 | 8 | 7D | 14 | 5E | 0 | 33 | 11F | 58 | 1A |
| Octal | 144 | 10 | 175 | 24 | 136 | 0 | 63 | 437 | 130 | 32 |
| Binary | 1100100 | 1000 | 1111101 | 10100 | 1011110 | 0 | 110011 | 100011111 | 1011000 | 11010 |
Color Harmonies of #64087D
Complementary color
Monochromatic Colors of #64087D
Black with #64087D
Text Example
Text Example
White with #64087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64087D; }
p { color: rgb(100,8,125); }
H1.HeaderClassName
{
color: #64087D;
}
.AnyTagClassName
{
color: #64087D;
}
</style>
background-color css
<style>
a { background-color: #64087D; }
a { background-color: rgb(100,8,125); }
div.DivClassName
{
background-color: #64087D;
}
.BgClassName
{
background-color: #64087D;
}
</style>
border-color css
<style>
span { border-color: #64087D; }
span { border-color: rgb(100,8,125); }
td.TdClassName
{
border-color: #64087D;
}
.TagClassName
{
border-color: #64087D;
}
</style>