Shades of Indigo #62028B
Tints of Indigo #62028B
RGB
CMYK
RGB Variations
Color information
#62028B (or 0x62028B) is known color: Indigo. HEX triplet: 62, 02 and 8B. RGB value is (98,2,139). Sum of RGB (Red+Green+Blue) = 98+2+139=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #62028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62028B is #9DFD74. Grayscale: #2D2D2D. Windows color (decimal): -10354037 or 9110114. OLE color: 9110114.
HSL color Cylindrical-coordinate representation of color #62028B: hue angle of 282.04º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62028B is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 2 | 139 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.45 |
| HSL | 282.04º | 0.97% | 0.28% | - |
| HSV(B) | 282.04º | 0.99% | 0.55% | - |
| XYZ | 9.72 | 4.5 | 24.78 | - |
| YUV | 46.32 | 180.3 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 139 | 0.29 | 0.99 | 0 | 0.45 | 282.04 | 0.97 | 0.28 |
| Hex | 62 | 2 | 8B | 1D | 63 | 0 | 2D | 11A | 61 | 1C |
| Octal | 142 | 2 | 213 | 35 | 143 | 0 | 55 | 432 | 141 | 34 |
| Binary | 1100010 | 10 | 10001011 | 11101 | 1100011 | 0 | 101101 | 100011010 | 1100001 | 11100 |
Color Harmonies of #62028B
Complementary color
Monochromatic Colors of #62028B
Black with #62028B
Text Example
Text Example
White with #62028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62028B; }
p { color: rgb(98,2,139); }
H1.HeaderClassName
{
color: #62028B;
}
.AnyTagClassName
{
color: #62028B;
}
</style>
background-color css
<style>
a { background-color: #62028B; }
a { background-color: rgb(98,2,139); }
div.DivClassName
{
background-color: #62028B;
}
.BgClassName
{
background-color: #62028B;
}
</style>
border-color css
<style>
span { border-color: #62028B; }
span { border-color: rgb(98,2,139); }
td.TdClassName
{
border-color: #62028B;
}
.TagClassName
{
border-color: #62028B;
}
</style>