Shades of Indigo #64089E
Tints of Indigo #64089E
RGB
CMYK
RGB Variations
Color information
#64089E (or 0x64089E) is known color: Indigo. HEX triplet: 64, 08 and 9E. RGB value is (100,8,158). Sum of RGB (Red+Green+Blue) = 100+8+158=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #64089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64089E is #9BF761. Grayscale: #343434. Windows color (decimal): -10221410 or 10356836. OLE color: 10356836.
HSL color Cylindrical-coordinate representation of color #64089E: hue angle of 276.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64089E is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 8 | 158 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.38 |
| HSL | 276.8º | 0.9% | 0.33% | - |
| HSV(B) | 276.8º | 0.95% | 0.62% | - |
| XYZ | 11.51 | 5.35 | 32.77 | - |
| YUV | 52.61 | 187.48 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 158 | 0.37 | 0.95 | 0 | 0.38 | 276.8 | 0.9 | 0.33 |
| Hex | 64 | 8 | 9E | 25 | 5F | 0 | 26 | 115 | 5A | 21 |
| Octal | 144 | 10 | 236 | 45 | 137 | 0 | 46 | 425 | 132 | 41 |
| Binary | 1100100 | 1000 | 10011110 | 100101 | 1011111 | 0 | 100110 | 100010101 | 1011010 | 100001 |
Color Harmonies of #64089E
Complementary color
Monochromatic Colors of #64089E
Black with #64089E
Text Example
Text Example
White with #64089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64089E; }
p { color: rgb(100,8,158); }
H1.HeaderClassName
{
color: #64089E;
}
.AnyTagClassName
{
color: #64089E;
}
</style>
background-color css
<style>
a { background-color: #64089E; }
a { background-color: rgb(100,8,158); }
div.DivClassName
{
background-color: #64089E;
}
.BgClassName
{
background-color: #64089E;
}
</style>
border-color css
<style>
span { border-color: #64089E; }
span { border-color: rgb(100,8,158); }
td.TdClassName
{
border-color: #64089E;
}
.TagClassName
{
border-color: #64089E;
}
</style>