Shades of Indigo #64059A
Tints of Indigo #64059A
RGB
CMYK
RGB Variations
Color information
#64059A (or 0x64059A) is known color: Indigo. HEX triplet: 64, 05 and 9A. RGB value is (100,5,154). Sum of RGB (Red+Green+Blue) = 100+5+154=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #64059A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64059A is #9BFA65. Grayscale: #313131. Windows color (decimal): -10222182 or 10093924. OLE color: 10093924.
HSL color Cylindrical-coordinate representation of color #64059A: hue angle of 278.26º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64059A is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 5 | 154 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.40 |
| HSL | 278.26º | 0.94% | 0.31% | - |
| HSV(B) | 278.26º | 0.97% | 0.6% | - |
| XYZ | 11.14 | 5.15 | 30.98 | - |
| YUV | 50.39 | 186.47 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 154 | 0.35 | 0.97 | 0 | 0.40 | 278.26 | 0.94 | 0.31 |
| Hex | 64 | 5 | 9A | 23 | 61 | 0 | 28 | 116 | 5E | 1F |
| Octal | 144 | 5 | 232 | 43 | 141 | 0 | 50 | 426 | 136 | 37 |
| Binary | 1100100 | 101 | 10011010 | 100011 | 1100001 | 0 | 101000 | 100010110 | 1011110 | 11111 |
Color Harmonies of #64059A
Complementary color
Monochromatic Colors of #64059A
Black with #64059A
Text Example
Text Example
White with #64059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64059A; }
p { color: rgb(100,5,154); }
H1.HeaderClassName
{
color: #64059A;
}
.AnyTagClassName
{
color: #64059A;
}
</style>
background-color css
<style>
a { background-color: #64059A; }
a { background-color: rgb(100,5,154); }
div.DivClassName
{
background-color: #64059A;
}
.BgClassName
{
background-color: #64059A;
}
</style>
border-color css
<style>
span { border-color: #64059A; }
span { border-color: rgb(100,5,154); }
td.TdClassName
{
border-color: #64059A;
}
.TagClassName
{
border-color: #64059A;
}
</style>