Shades of Indigo #60107F
Tints of Indigo #60107F
RGB
CMYK
RGB Variations
Color information
#60107F (or 0x60107F) is known color: Indigo. HEX triplet: 60, 10 and 7F. RGB value is (96,16,127). Sum of RGB (Red+Green+Blue) = 96+16+127=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #60107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60107F is #9FEF80. Grayscale: #343434. Windows color (decimal): -10481537 or 8327264. OLE color: 8327264.
HSL color Cylindrical-coordinate representation of color #60107F: hue angle of 283.24º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60107F is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 16 | 127 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.50 |
| HSL | 283.24º | 0.78% | 0.28% | - |
| HSV(B) | 283.24º | 0.87% | 0.5% | - |
| XYZ | 8.84 | 4.39 | 20.46 | - |
| YUV | 52.57 | 170 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 127 | 0.24 | 0.87 | 0 | 0.50 | 283.24 | 0.78 | 0.28 |
| Hex | 60 | 10 | 7F | 18 | 57 | 0 | 32 | 11B | 4E | 1C |
| Octal | 140 | 20 | 177 | 30 | 127 | 0 | 62 | 433 | 116 | 34 |
| Binary | 1100000 | 10000 | 1111111 | 11000 | 1010111 | 0 | 110010 | 100011011 | 1001110 | 11100 |
Color Harmonies of #60107F
Complementary color
Monochromatic Colors of #60107F
Black with #60107F
Text Example
Text Example
White with #60107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60107F; }
p { color: rgb(96,16,127); }
H1.HeaderClassName
{
color: #60107F;
}
.AnyTagClassName
{
color: #60107F;
}
</style>
background-color css
<style>
a { background-color: #60107F; }
a { background-color: rgb(96,16,127); }
div.DivClassName
{
background-color: #60107F;
}
.BgClassName
{
background-color: #60107F;
}
</style>
border-color css
<style>
span { border-color: #60107F; }
span { border-color: rgb(96,16,127); }
td.TdClassName
{
border-color: #60107F;
}
.TagClassName
{
border-color: #60107F;
}
</style>