Shades of Indigo #60039F
Tints of Indigo #60039F
RGB
CMYK
RGB Variations
Color information
#60039F (or 0x60039F) is known color: Indigo. HEX triplet: 60, 03 and 9F. RGB value is (96,3,159). Sum of RGB (Red+Green+Blue) = 96+3+159=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #60039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60039F is #9FFC60. Grayscale: #303030. Windows color (decimal): -10484833 or 10421088. OLE color: 10421088.
HSL color Cylindrical-coordinate representation of color #60039F: hue angle of 275.77º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60039F is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 3 | 159 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.38 |
| HSL | 275.77º | 0.96% | 0.32% | - |
| HSV(B) | 275.77º | 0.98% | 0.62% | - |
| XYZ | 11.11 | 5.06 | 33.19 | - |
| YUV | 48.59 | 190.31 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 159 | 0.40 | 0.98 | 0 | 0.38 | 275.77 | 0.96 | 0.32 |
| Hex | 60 | 3 | 9F | 28 | 62 | 0 | 26 | 114 | 60 | 20 |
| Octal | 140 | 3 | 237 | 50 | 142 | 0 | 46 | 424 | 140 | 40 |
| Binary | 1100000 | 11 | 10011111 | 101000 | 1100010 | 0 | 100110 | 100010100 | 1100000 | 100000 |
Color Harmonies of #60039F
Complementary color
Monochromatic Colors of #60039F
Black with #60039F
Text Example
Text Example
White with #60039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60039F; }
p { color: rgb(96,3,159); }
H1.HeaderClassName
{
color: #60039F;
}
.AnyTagClassName
{
color: #60039F;
}
</style>
background-color css
<style>
a { background-color: #60039F; }
a { background-color: rgb(96,3,159); }
div.DivClassName
{
background-color: #60039F;
}
.BgClassName
{
background-color: #60039F;
}
</style>
border-color css
<style>
span { border-color: #60039F; }
span { border-color: rgb(96,3,159); }
td.TdClassName
{
border-color: #60039F;
}
.TagClassName
{
border-color: #60039F;
}
</style>