Shades of Indigo #62017F
Tints of Indigo #62017F
RGB
CMYK
RGB Variations
Color information
#62017F (or 0x62017F) is known color: Indigo. HEX triplet: 62, 01 and 7F. RGB value is (98,1,127). Sum of RGB (Red+Green+Blue) = 98+1+127=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #62017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62017F is #9DFE80. Grayscale: #2B2B2B. Windows color (decimal): -10354305 or 8323426. OLE color: 8323426.
HSL color Cylindrical-coordinate representation of color #62017F: hue angle of 286.19º 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 #62017F is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 1 | 127 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.50 |
| HSL | 286.19º | 0.98% | 0.25% | - |
| HSV(B) | 286.19º | 0.99% | 0.5% | - |
| XYZ | 8.88 | 4.15 | 20.41 | - |
| YUV | 44.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 127 | 0.23 | 0.99 | 0 | 0.50 | 286.19 | 0.98 | 0.25 |
| Hex | 62 | 1 | 7F | 17 | 63 | 0 | 32 | 11E | 62 | 19 |
| Octal | 142 | 1 | 177 | 27 | 143 | 0 | 62 | 436 | 142 | 31 |
| Binary | 1100010 | 1 | 1111111 | 10111 | 1100011 | 0 | 110010 | 100011110 | 1100010 | 11001 |
Color Harmonies of #62017F
Complementary color
Monochromatic Colors of #62017F
Black with #62017F
Text Example
Text Example
White with #62017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62017F; }
p { color: rgb(98,1,127); }
H1.HeaderClassName
{
color: #62017F;
}
.AnyTagClassName
{
color: #62017F;
}
</style>
background-color css
<style>
a { background-color: #62017F; }
a { background-color: rgb(98,1,127); }
div.DivClassName
{
background-color: #62017F;
}
.BgClassName
{
background-color: #62017F;
}
</style>
border-color css
<style>
span { border-color: #62017F; }
span { border-color: rgb(98,1,127); }
td.TdClassName
{
border-color: #62017F;
}
.TagClassName
{
border-color: #62017F;
}
</style>