Shades of Indigo #64057E
Tints of Indigo #64057E
RGB
CMYK
RGB Variations
Color information
#64057E (or 0x64057E) is known color: Indigo. HEX triplet: 64, 05 and 7E. RGB value is (100,5,126). Sum of RGB (Red+Green+Blue) = 100+5+126=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #64057E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64057E is #9BFA81. Grayscale: #2E2E2E. Windows color (decimal): -10222210 or 8258916. OLE color: 8258916.
HSL color Cylindrical-coordinate representation of color #64057E: hue angle of 287.11º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64057E is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 5 | 126 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.51 |
| HSL | 287.11º | 0.92% | 0.26% | - |
| HSV(B) | 287.11º | 0.96% | 0.49% | - |
| XYZ | 9.08 | 4.32 | 20.09 | - |
| YUV | 47.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 126 | 0.21 | 0.96 | 0 | 0.51 | 287.11 | 0.92 | 0.26 |
| Hex | 64 | 5 | 7E | 15 | 60 | 0 | 33 | 11F | 5C | 1A |
| Octal | 144 | 5 | 176 | 25 | 140 | 0 | 63 | 437 | 134 | 32 |
| Binary | 1100100 | 101 | 1111110 | 10101 | 1100000 | 0 | 110011 | 100011111 | 1011100 | 11010 |
Color Harmonies of #64057E
Complementary color
Monochromatic Colors of #64057E
Black with #64057E
Text Example
Text Example
White with #64057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64057E; }
p { color: rgb(100,5,126); }
H1.HeaderClassName
{
color: #64057E;
}
.AnyTagClassName
{
color: #64057E;
}
</style>
background-color css
<style>
a { background-color: #64057E; }
a { background-color: rgb(100,5,126); }
div.DivClassName
{
background-color: #64057E;
}
.BgClassName
{
background-color: #64057E;
}
</style>
border-color css
<style>
span { border-color: #64057E; }
span { border-color: rgb(100,5,126); }
td.TdClassName
{
border-color: #64057E;
}
.TagClassName
{
border-color: #64057E;
}
</style>