Shades of Indigo #62138B
Tints of Indigo #62138B
RGB
CMYK
RGB Variations
Color information
#62138B (or 0x62138B) is known color: Indigo. HEX triplet: 62, 13 and 8B. RGB value is (98,19,139). Sum of RGB (Red+Green+Blue) = 98+19+139=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #62138B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62138B is #9DEC74. Grayscale: #373737. Windows color (decimal): -10349685 or 9114466. OLE color: 9114466.
HSL color Cylindrical-coordinate representation of color #62138B: hue angle of 279.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62138B is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 19 | 139 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.45 |
| HSL | 279.5º | 0.76% | 0.31% | - |
| HSV(B) | 279.5º | 0.86% | 0.55% | - |
| XYZ | 9.93 | 4.93 | 24.85 | - |
| YUV | 56.3 | 174.67 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 139 | 0.29 | 0.86 | 0 | 0.45 | 279.5 | 0.76 | 0.31 |
| Hex | 62 | 13 | 8B | 1D | 56 | 0 | 2D | 118 | 4C | 1F |
| Octal | 142 | 23 | 213 | 35 | 126 | 0 | 55 | 430 | 114 | 37 |
| Binary | 1100010 | 10011 | 10001011 | 11101 | 1010110 | 0 | 101101 | 100011000 | 1001100 | 11111 |
Color Harmonies of #62138B
Complementary color
Monochromatic Colors of #62138B
Black with #62138B
Text Example
Text Example
White with #62138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62138B; }
p { color: rgb(98,19,139); }
H1.HeaderClassName
{
color: #62138B;
}
.AnyTagClassName
{
color: #62138B;
}
</style>
background-color css
<style>
a { background-color: #62138B; }
a { background-color: rgb(98,19,139); }
div.DivClassName
{
background-color: #62138B;
}
.BgClassName
{
background-color: #62138B;
}
</style>
border-color css
<style>
span { border-color: #62138B; }
span { border-color: rgb(98,19,139); }
td.TdClassName
{
border-color: #62138B;
}
.TagClassName
{
border-color: #62138B;
}
</style>