Shades of Indigo #60017F
Tints of Indigo #60017F
RGB
CMYK
RGB Variations
Color information
#60017F (or 0x60017F) is known color: Indigo. HEX triplet: 60, 01 and 7F. RGB value is (96,1,127). Sum of RGB (Red+Green+Blue) = 96+1+127=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #60017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60017F is #9FFE80. Grayscale: #2B2B2B. Windows color (decimal): -10485377 or 8323424. OLE color: 8323424.
HSL color Cylindrical-coordinate representation of color #60017F: hue angle of 285.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60017F is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 1 | 127 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.50 |
| HSL | 285.24º | 0.98% | 0.25% | - |
| HSV(B) | 285.24º | 0.99% | 0.5% | - |
| XYZ | 8.67 | 4.04 | 20.4 | - |
| YUV | 43.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 127 | 0.24 | 0.99 | 0 | 0.50 | 285.24 | 0.98 | 0.25 |
| Hex | 60 | 1 | 7F | 18 | 63 | 0 | 32 | 11D | 62 | 19 |
| Octal | 140 | 1 | 177 | 30 | 143 | 0 | 62 | 435 | 142 | 31 |
| Binary | 1100000 | 1 | 1111111 | 11000 | 1100011 | 0 | 110010 | 100011101 | 1100010 | 11001 |
Color Harmonies of #60017F
Complementary color
Monochromatic Colors of #60017F
Black with #60017F
Text Example
Text Example
White with #60017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60017F; }
p { color: rgb(96,1,127); }
H1.HeaderClassName
{
color: #60017F;
}
.AnyTagClassName
{
color: #60017F;
}
</style>
background-color css
<style>
a { background-color: #60017F; }
a { background-color: rgb(96,1,127); }
div.DivClassName
{
background-color: #60017F;
}
.BgClassName
{
background-color: #60017F;
}
</style>
border-color css
<style>
span { border-color: #60017F; }
span { border-color: rgb(96,1,127); }
td.TdClassName
{
border-color: #60017F;
}
.TagClassName
{
border-color: #60017F;
}
</style>