Shades of Indigo #62029C
Tints of Indigo #62029C
RGB
CMYK
RGB Variations
Color information
#62029C (or 0x62029C) is known color: Indigo. HEX triplet: 62, 02 and 9C. RGB value is (98,2,156). Sum of RGB (Red+Green+Blue) = 98+2+156=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #62029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62029C is #9DFD63. Grayscale: #2F2F2F. Windows color (decimal): -10354020 or 10224226. OLE color: 10224226.
HSL color Cylindrical-coordinate representation of color #62029C: hue angle of 277.4º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62029C is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 2 | 156 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.39 |
| HSL | 277.4º | 0.97% | 0.31% | - |
| HSV(B) | 277.4º | 0.99% | 0.61% | - |
| XYZ | 11.06 | 5.04 | 31.84 | - |
| YUV | 48.26 | 188.8 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 156 | 0.37 | 0.99 | 0 | 0.39 | 277.4 | 0.97 | 0.31 |
| Hex | 62 | 2 | 9C | 25 | 63 | 0 | 27 | 115 | 61 | 1F |
| Octal | 142 | 2 | 234 | 45 | 143 | 0 | 47 | 425 | 141 | 37 |
| Binary | 1100010 | 10 | 10011100 | 100101 | 1100011 | 0 | 100111 | 100010101 | 1100001 | 11111 |
Color Harmonies of #62029C
Complementary color
Monochromatic Colors of #62029C
Black with #62029C
Text Example
Text Example
White with #62029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62029C; }
p { color: rgb(98,2,156); }
H1.HeaderClassName
{
color: #62029C;
}
.AnyTagClassName
{
color: #62029C;
}
</style>
background-color css
<style>
a { background-color: #62029C; }
a { background-color: rgb(98,2,156); }
div.DivClassName
{
background-color: #62029C;
}
.BgClassName
{
background-color: #62029C;
}
</style>
border-color css
<style>
span { border-color: #62029C; }
span { border-color: rgb(98,2,156); }
td.TdClassName
{
border-color: #62029C;
}
.TagClassName
{
border-color: #62029C;
}
</style>