Shades of Indigo #62028C
Tints of Indigo #62028C
RGB
CMYK
RGB Variations
Color information
#62028C (or 0x62028C) is known color: Indigo. HEX triplet: 62, 02 and 8C. RGB value is (98,2,140). Sum of RGB (Red+Green+Blue) = 98+2+140=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #62028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62028C is #9DFD73. Grayscale: #2D2D2D. Windows color (decimal): -10354036 or 9175650. OLE color: 9175650.
HSL color Cylindrical-coordinate representation of color #62028C: hue angle of 281.74º 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 #62028C is Cyan = 0.3, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 2 | 140 | - |
| CMYK | 0.3 | 0.99 | 0 | 0.45 |
| HSL | 281.74º | 0.97% | 0.28% | - |
| HSV(B) | 281.74º | 0.99% | 0.55% | - |
| XYZ | 9.79 | 4.53 | 25.17 | - |
| YUV | 46.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 140 | 0.3 | 0.99 | 0 | 0.45 | 281.74 | 0.97 | 0.28 |
| Hex | 62 | 2 | 8C | 1E | 63 | 0 | 2D | 11A | 61 | 1C |
| Octal | 142 | 2 | 214 | 36 | 143 | 0 | 55 | 432 | 141 | 34 |
| Binary | 1100010 | 10 | 10001100 | 11110 | 1100011 | 0 | 101101 | 100011010 | 1100001 | 11100 |
Color Harmonies of #62028C
Complementary color
Monochromatic Colors of #62028C
Black with #62028C
Text Example
Text Example
White with #62028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62028C; }
p { color: rgb(98,2,140); }
H1.HeaderClassName
{
color: #62028C;
}
.AnyTagClassName
{
color: #62028C;
}
</style>
background-color css
<style>
a { background-color: #62028C; }
a { background-color: rgb(98,2,140); }
div.DivClassName
{
background-color: #62028C;
}
.BgClassName
{
background-color: #62028C;
}
</style>
border-color css
<style>
span { border-color: #62028C; }
span { border-color: rgb(98,2,140); }
td.TdClassName
{
border-color: #62028C;
}
.TagClassName
{
border-color: #62028C;
}
</style>