Shades of Indigo #60099F
Tints of Indigo #60099F
RGB
CMYK
RGB Variations
Color information
#60099F (or 0x60099F) is known color: Indigo. HEX triplet: 60, 09 and 9F. RGB value is (96,9,159). Sum of RGB (Red+Green+Blue) = 96+9+159=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #60099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60099F is #9FF660. Grayscale: #333333. Windows color (decimal): -10483297 or 10422624. OLE color: 10422624.
HSL color Cylindrical-coordinate representation of color #60099F: hue angle of 274.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60099F is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 9 | 159 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.38 |
| HSL | 274.8º | 0.89% | 0.33% | - |
| HSV(B) | 274.8º | 0.94% | 0.62% | - |
| XYZ | 11.18 | 5.19 | 33.21 | - |
| YUV | 52.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 159 | 0.40 | 0.94 | 0 | 0.38 | 274.8 | 0.89 | 0.33 |
| Hex | 60 | 9 | 9F | 28 | 5E | 0 | 26 | 113 | 59 | 21 |
| Octal | 140 | 11 | 237 | 50 | 136 | 0 | 46 | 423 | 131 | 41 |
| Binary | 1100000 | 1001 | 10011111 | 101000 | 1011110 | 0 | 100110 | 100010011 | 1011001 | 100001 |
Color Harmonies of #60099F
Complementary color
Monochromatic Colors of #60099F
Black with #60099F
Text Example
Text Example
White with #60099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60099F; }
p { color: rgb(96,9,159); }
H1.HeaderClassName
{
color: #60099F;
}
.AnyTagClassName
{
color: #60099F;
}
</style>
background-color css
<style>
a { background-color: #60099F; }
a { background-color: rgb(96,9,159); }
div.DivClassName
{
background-color: #60099F;
}
.BgClassName
{
background-color: #60099F;
}
</style>
border-color css
<style>
span { border-color: #60099F; }
span { border-color: rgb(96,9,159); }
td.TdClassName
{
border-color: #60099F;
}
.TagClassName
{
border-color: #60099F;
}
</style>