Shades of Indigo #60027C
Tints of Indigo #60027C
RGB
CMYK
RGB Variations
Color information
#60027C (or 0x60027C) is known color: Indigo. HEX triplet: 60, 02 and 7C. RGB value is (96,2,124). Sum of RGB (Red+Green+Blue) = 96+2+124=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #60027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60027C is #9FFD83. Grayscale: #2B2B2B. Windows color (decimal): -10485124 or 8127072. OLE color: 8127072.
HSL color Cylindrical-coordinate representation of color #60027C: hue angle of 286.23º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60027C is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 2 | 124 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.51 |
| HSL | 286.23º | 0.97% | 0.25% | - |
| HSV(B) | 286.23º | 0.98% | 0.49% | - |
| XYZ | 8.48 | 3.99 | 19.39 | - |
| YUV | 44.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 124 | 0.23 | 0.98 | 0 | 0.51 | 286.23 | 0.97 | 0.25 |
| Hex | 60 | 2 | 7C | 17 | 62 | 0 | 33 | 11E | 61 | 19 |
| Octal | 140 | 2 | 174 | 27 | 142 | 0 | 63 | 436 | 141 | 31 |
| Binary | 1100000 | 10 | 1111100 | 10111 | 1100010 | 0 | 110011 | 100011110 | 1100001 | 11001 |
Color Harmonies of #60027C
Complementary color
Monochromatic Colors of #60027C
Black with #60027C
Text Example
Text Example
White with #60027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60027C; }
p { color: rgb(96,2,124); }
H1.HeaderClassName
{
color: #60027C;
}
.AnyTagClassName
{
color: #60027C;
}
</style>
background-color css
<style>
a { background-color: #60027C; }
a { background-color: rgb(96,2,124); }
div.DivClassName
{
background-color: #60027C;
}
.BgClassName
{
background-color: #60027C;
}
</style>
border-color css
<style>
span { border-color: #60027C; }
span { border-color: rgb(96,2,124); }
td.TdClassName
{
border-color: #60027C;
}
.TagClassName
{
border-color: #60027C;
}
</style>