Shades of Indigo #60027F
Tints of Indigo #60027F
RGB
CMYK
RGB Variations
Color information
#60027F (or 0x60027F) is known color: Indigo. HEX triplet: 60, 02 and 7F. RGB value is (96,2,127). Sum of RGB (Red+Green+Blue) = 96+2+127=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #60027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60027F is #9FFD80. Grayscale: #2B2B2B. Windows color (decimal): -10485121 or 8323680. OLE color: 8323680.
HSL color Cylindrical-coordinate representation of color #60027F: hue angle of 285.12º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60027F is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 2 | 127 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.50 |
| HSL | 285.12º | 0.97% | 0.25% | - |
| HSV(B) | 285.12º | 0.98% | 0.5% | - |
| XYZ | 8.68 | 4.06 | 20.41 | - |
| YUV | 44.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 127 | 0.24 | 0.98 | 0 | 0.50 | 285.12 | 0.97 | 0.25 |
| Hex | 60 | 2 | 7F | 18 | 62 | 0 | 32 | 11D | 61 | 19 |
| Octal | 140 | 2 | 177 | 30 | 142 | 0 | 62 | 435 | 141 | 31 |
| Binary | 1100000 | 10 | 1111111 | 11000 | 1100010 | 0 | 110010 | 100011101 | 1100001 | 11001 |
Color Harmonies of #60027F
Complementary color
Monochromatic Colors of #60027F
Black with #60027F
Text Example
Text Example
White with #60027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60027F; }
p { color: rgb(96,2,127); }
H1.HeaderClassName
{
color: #60027F;
}
.AnyTagClassName
{
color: #60027F;
}
</style>
background-color css
<style>
a { background-color: #60027F; }
a { background-color: rgb(96,2,127); }
div.DivClassName
{
background-color: #60027F;
}
.BgClassName
{
background-color: #60027F;
}
</style>
border-color css
<style>
span { border-color: #60027F; }
span { border-color: rgb(96,2,127); }
td.TdClassName
{
border-color: #60027F;
}
.TagClassName
{
border-color: #60027F;
}
</style>