Shades of Indigo #62017C
Tints of Indigo #62017C
RGB
CMYK
RGB Variations
Color information
#62017C (or 0x62017C) is known color: Indigo. HEX triplet: 62, 01 and 7C. RGB value is (98,1,124). Sum of RGB (Red+Green+Blue) = 98+1+124=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #62017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62017C is #9DFE83. Grayscale: #2B2B2B. Windows color (decimal): -10354308 or 8126818. OLE color: 8126818.
HSL color Cylindrical-coordinate representation of color #62017C: hue angle of 287.32º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62017C is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 1 | 124 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.51 |
| HSL | 287.32º | 0.98% | 0.25% | - |
| HSV(B) | 287.32º | 0.99% | 0.49% | - |
| XYZ | 8.69 | 4.07 | 19.4 | - |
| YUV | 44.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 124 | 0.21 | 0.99 | 0 | 0.51 | 287.32 | 0.98 | 0.25 |
| Hex | 62 | 1 | 7C | 15 | 63 | 0 | 33 | 11F | 62 | 19 |
| Octal | 142 | 1 | 174 | 25 | 143 | 0 | 63 | 437 | 142 | 31 |
| Binary | 1100010 | 1 | 1111100 | 10101 | 1100011 | 0 | 110011 | 100011111 | 1100010 | 11001 |
Color Harmonies of #62017C
Complementary color
Monochromatic Colors of #62017C
Black with #62017C
Text Example
Text Example
White with #62017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62017C; }
p { color: rgb(98,1,124); }
H1.HeaderClassName
{
color: #62017C;
}
.AnyTagClassName
{
color: #62017C;
}
</style>
background-color css
<style>
a { background-color: #62017C; }
a { background-color: rgb(98,1,124); }
div.DivClassName
{
background-color: #62017C;
}
.BgClassName
{
background-color: #62017C;
}
</style>
border-color css
<style>
span { border-color: #62017C; }
span { border-color: rgb(98,1,124); }
td.TdClassName
{
border-color: #62017C;
}
.TagClassName
{
border-color: #62017C;
}
</style>