Shades of Indigo #62137E
Tints of Indigo #62137E
RGB
CMYK
RGB Variations
Color information
#62137E (or 0x62137E) is known color: Indigo. HEX triplet: 62, 13 and 7E. RGB value is (98,19,126). Sum of RGB (Red+Green+Blue) = 98+19+126=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #62137E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62137E is #9DEC81. Grayscale: #363636. Windows color (decimal): -10349698 or 8262498. OLE color: 8262498.
HSL color Cylindrical-coordinate representation of color #62137E: hue angle of 284.3º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62137E is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 19 | 126 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.51 |
| HSL | 284.3º | 0.74% | 0.28% | - |
| HSV(B) | 284.3º | 0.85% | 0.49% | - |
| XYZ | 9.04 | 4.57 | 20.14 | - |
| YUV | 54.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 126 | 0.22 | 0.85 | 0 | 0.51 | 284.3 | 0.74 | 0.28 |
| Hex | 62 | 13 | 7E | 16 | 55 | 0 | 33 | 11C | 4A | 1C |
| Octal | 142 | 23 | 176 | 26 | 125 | 0 | 63 | 434 | 112 | 34 |
| Binary | 1100010 | 10011 | 1111110 | 10110 | 1010101 | 0 | 110011 | 100011100 | 1001010 | 11100 |
Color Harmonies of #62137E
Complementary color
Monochromatic Colors of #62137E
Black with #62137E
Text Example
Text Example
White with #62137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62137E; }
p { color: rgb(98,19,126); }
H1.HeaderClassName
{
color: #62137E;
}
.AnyTagClassName
{
color: #62137E;
}
</style>
background-color css
<style>
a { background-color: #62137E; }
a { background-color: rgb(98,19,126); }
div.DivClassName
{
background-color: #62137E;
}
.BgClassName
{
background-color: #62137E;
}
</style>
border-color css
<style>
span { border-color: #62137E; }
span { border-color: rgb(98,19,126); }
td.TdClassName
{
border-color: #62137E;
}
.TagClassName
{
border-color: #62137E;
}
</style>