Shades of Indigo #64067D
Tints of Indigo #64067D
RGB
CMYK
RGB Variations
Color information
#64067D (or 0x64067D) is known color: Indigo. HEX triplet: 64, 06 and 7D. RGB value is (100,6,125). Sum of RGB (Red+Green+Blue) = 100+6+125=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #64067D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64067D is #9BF982. Grayscale: #2F2F2F. Windows color (decimal): -10221955 or 8193636. OLE color: 8193636.
HSL color Cylindrical-coordinate representation of color #64067D: hue angle of 287.39º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64067D is Cyan = 0.2, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 6 | 125 | - |
| CMYK | 0.2 | 0.95 | 0 | 0.51 |
| HSL | 287.4º | 0.91% | 0.26% | - |
| HSV(B) | 287.4º | 0.95% | 0.49% | - |
| XYZ | 9.02 | 4.32 | 19.76 | - |
| YUV | 47.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 125 | 0.2 | 0.95 | 0 | 0.51 | 287.4 | 0.91 | 0.26 |
| Hex | 64 | 6 | 7D | 14 | 5F | 0 | 33 | 11F | 5B | 1A |
| Octal | 144 | 6 | 175 | 24 | 137 | 0 | 63 | 437 | 133 | 32 |
| Binary | 1100100 | 110 | 1111101 | 10100 | 1011111 | 0 | 110011 | 100011111 | 1011011 | 11010 |
Color Harmonies of #64067D
Complementary color
Monochromatic Colors of #64067D
Black with #64067D
Text Example
Text Example
White with #64067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64067D; }
p { color: rgb(100,6,125); }
H1.HeaderClassName
{
color: #64067D;
}
.AnyTagClassName
{
color: #64067D;
}
</style>
background-color css
<style>
a { background-color: #64067D; }
a { background-color: rgb(100,6,125); }
div.DivClassName
{
background-color: #64067D;
}
.BgClassName
{
background-color: #64067D;
}
</style>
border-color css
<style>
span { border-color: #64067D; }
span { border-color: rgb(100,6,125); }
td.TdClassName
{
border-color: #64067D;
}
.TagClassName
{
border-color: #64067D;
}
</style>