Shades of Indigo #62117C
Tints of Indigo #62117C
RGB
CMYK
RGB Variations
Color information
#62117C (or 0x62117C) is known color: Indigo. HEX triplet: 62, 11 and 7C. RGB value is (98,17,124). Sum of RGB (Red+Green+Blue) = 98+17+124=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #62117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62117C is #9DEE83. Grayscale: #353535. Windows color (decimal): -10350212 or 8130914. OLE color: 8130914.
HSL color Cylindrical-coordinate representation of color #62117C: hue angle of 285.42º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62117C is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 17 | 124 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.51 |
| HSL | 285.42º | 0.76% | 0.28% | - |
| HSV(B) | 285.42º | 0.86% | 0.49% | - |
| XYZ | 8.88 | 4.45 | 19.46 | - |
| YUV | 53.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 124 | 0.21 | 0.86 | 0 | 0.51 | 285.42 | 0.76 | 0.28 |
| Hex | 62 | 11 | 7C | 15 | 56 | 0 | 33 | 11D | 4C | 1C |
| Octal | 142 | 21 | 174 | 25 | 126 | 0 | 63 | 435 | 114 | 34 |
| Binary | 1100010 | 10001 | 1111100 | 10101 | 1010110 | 0 | 110011 | 100011101 | 1001100 | 11100 |
Color Harmonies of #62117C
Complementary color
Monochromatic Colors of #62117C
Black with #62117C
Text Example
Text Example
White with #62117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62117C; }
p { color: rgb(98,17,124); }
H1.HeaderClassName
{
color: #62117C;
}
.AnyTagClassName
{
color: #62117C;
}
</style>
background-color css
<style>
a { background-color: #62117C; }
a { background-color: rgb(98,17,124); }
div.DivClassName
{
background-color: #62117C;
}
.BgClassName
{
background-color: #62117C;
}
</style>
border-color css
<style>
span { border-color: #62117C; }
span { border-color: rgb(98,17,124); }
td.TdClassName
{
border-color: #62117C;
}
.TagClassName
{
border-color: #62117C;
}
</style>