Shades of Indigo #64089F
Tints of Indigo #64089F
RGB
CMYK
RGB Variations
Color information
#64089F (or 0x64089F) is known color: Indigo. HEX triplet: 64, 08 and 9F. RGB value is (100,8,159). Sum of RGB (Red+Green+Blue) = 100+8+159=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #64089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64089F is #9BF760. Grayscale: #343434. Windows color (decimal): -10221409 or 10422372. OLE color: 10422372.
HSL color Cylindrical-coordinate representation of color #64089F: hue angle of 276.56º 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 #64089F is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 8 | 159 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.38 |
| HSL | 276.56º | 0.9% | 0.33% | - |
| HSV(B) | 276.56º | 0.95% | 0.62% | - |
| XYZ | 11.6 | 5.39 | 33.23 | - |
| YUV | 52.72 | 187.98 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 159 | 0.37 | 0.95 | 0 | 0.38 | 276.56 | 0.9 | 0.33 |
| Hex | 64 | 8 | 9F | 25 | 5F | 0 | 26 | 115 | 5A | 21 |
| Octal | 144 | 10 | 237 | 45 | 137 | 0 | 46 | 425 | 132 | 41 |
| Binary | 1100100 | 1000 | 10011111 | 100101 | 1011111 | 0 | 100110 | 100010101 | 1011010 | 100001 |
Color Harmonies of #64089F
Complementary color
Monochromatic Colors of #64089F
Black with #64089F
Text Example
Text Example
White with #64089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64089F; }
p { color: rgb(100,8,159); }
H1.HeaderClassName
{
color: #64089F;
}
.AnyTagClassName
{
color: #64089F;
}
</style>
background-color css
<style>
a { background-color: #64089F; }
a { background-color: rgb(100,8,159); }
div.DivClassName
{
background-color: #64089F;
}
.BgClassName
{
background-color: #64089F;
}
</style>
border-color css
<style>
span { border-color: #64089F; }
span { border-color: rgb(100,8,159); }
td.TdClassName
{
border-color: #64089F;
}
.TagClassName
{
border-color: #64089F;
}
</style>