Shades of Indigo #64057F
Tints of Indigo #64057F
RGB
CMYK
RGB Variations
Color information
#64057F (or 0x64057F) is known color: Indigo. HEX triplet: 64, 05 and 7F. RGB value is (100,5,127). Sum of RGB (Red+Green+Blue) = 100+5+127=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #64057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64057F is #9BFA80. Grayscale: #2E2E2E. Windows color (decimal): -10222209 or 8324452. OLE color: 8324452.
HSL color Cylindrical-coordinate representation of color #64057F: hue angle of 286.72º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64057F is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 5 | 127 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.50 |
| HSL | 286.72º | 0.92% | 0.26% | - |
| HSV(B) | 286.72º | 0.96% | 0.5% | - |
| XYZ | 9.14 | 4.35 | 20.44 | - |
| YUV | 47.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 127 | 0.21 | 0.96 | 0 | 0.50 | 286.72 | 0.92 | 0.26 |
| Hex | 64 | 5 | 7F | 15 | 60 | 0 | 32 | 11F | 5C | 1A |
| Octal | 144 | 5 | 177 | 25 | 140 | 0 | 62 | 437 | 134 | 32 |
| Binary | 1100100 | 101 | 1111111 | 10101 | 1100000 | 0 | 110010 | 100011111 | 1011100 | 11010 |
Color Harmonies of #64057F
Complementary color
Monochromatic Colors of #64057F
Black with #64057F
Text Example
Text Example
White with #64057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64057F; }
p { color: rgb(100,5,127); }
H1.HeaderClassName
{
color: #64057F;
}
.AnyTagClassName
{
color: #64057F;
}
</style>
background-color css
<style>
a { background-color: #64057F; }
a { background-color: rgb(100,5,127); }
div.DivClassName
{
background-color: #64057F;
}
.BgClassName
{
background-color: #64057F;
}
</style>
border-color css
<style>
span { border-color: #64057F; }
span { border-color: rgb(100,5,127); }
td.TdClassName
{
border-color: #64057F;
}
.TagClassName
{
border-color: #64057F;
}
</style>