Shades of Indigo #64089C
Tints of Indigo #64089C
RGB
CMYK
RGB Variations
Color information
#64089C (or 0x64089C) is known color: Indigo. HEX triplet: 64, 08 and 9C. RGB value is (100,8,156). Sum of RGB (Red+Green+Blue) = 100+8+156=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #64089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64089C is #9BF763. Grayscale: #333333. Windows color (decimal): -10221412 or 10225764. OLE color: 10225764.
HSL color Cylindrical-coordinate representation of color #64089C: hue angle of 277.3º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64089C is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 8 | 156 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.39 |
| HSL | 277.3º | 0.9% | 0.32% | - |
| HSV(B) | 277.3º | 0.95% | 0.61% | - |
| XYZ | 11.34 | 5.28 | 31.87 | - |
| YUV | 52.38 | 186.48 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 156 | 0.36 | 0.95 | 0 | 0.39 | 277.3 | 0.9 | 0.32 |
| Hex | 64 | 8 | 9C | 24 | 5F | 0 | 27 | 115 | 5A | 20 |
| Octal | 144 | 10 | 234 | 44 | 137 | 0 | 47 | 425 | 132 | 40 |
| Binary | 1100100 | 1000 | 10011100 | 100100 | 1011111 | 0 | 100111 | 100010101 | 1011010 | 100000 |
Color Harmonies of #64089C
Complementary color
Monochromatic Colors of #64089C
Black with #64089C
Text Example
Text Example
White with #64089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64089C; }
p { color: rgb(100,8,156); }
H1.HeaderClassName
{
color: #64089C;
}
.AnyTagClassName
{
color: #64089C;
}
</style>
background-color css
<style>
a { background-color: #64089C; }
a { background-color: rgb(100,8,156); }
div.DivClassName
{
background-color: #64089C;
}
.BgClassName
{
background-color: #64089C;
}
</style>
border-color css
<style>
span { border-color: #64089C; }
span { border-color: rgb(100,8,156); }
td.TdClassName
{
border-color: #64089C;
}
.TagClassName
{
border-color: #64089C;
}
</style>