Shades of Indigo #62088D
Tints of Indigo #62088D
RGB
CMYK
RGB Variations
Color information
#62088D (or 0x62088D) is known color: Indigo. HEX triplet: 62, 08 and 8D. RGB value is (98,8,141). Sum of RGB (Red+Green+Blue) = 98+8+141=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #62088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62088D is #9DF772. Grayscale: #313131. Windows color (decimal): -10352499 or 9242722. OLE color: 9242722.
HSL color Cylindrical-coordinate representation of color #62088D: hue angle of 280.6º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62088D is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 8 | 141 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.45 |
| HSL | 280.6º | 0.89% | 0.29% | - |
| HSV(B) | 280.6º | 0.94% | 0.55% | - |
| XYZ | 9.93 | 4.69 | 25.58 | - |
| YUV | 50.07 | 179.32 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 141 | 0.30 | 0.94 | 0 | 0.45 | 280.6 | 0.89 | 0.29 |
| Hex | 62 | 8 | 8D | 1E | 5E | 0 | 2D | 119 | 59 | 1D |
| Octal | 142 | 10 | 215 | 36 | 136 | 0 | 55 | 431 | 131 | 35 |
| Binary | 1100010 | 1000 | 10001101 | 11110 | 1011110 | 0 | 101101 | 100011001 | 1011001 | 11101 |
Color Harmonies of #62088D
Complementary color
Monochromatic Colors of #62088D
Black with #62088D
Text Example
Text Example
White with #62088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62088D; }
p { color: rgb(98,8,141); }
H1.HeaderClassName
{
color: #62088D;
}
.AnyTagClassName
{
color: #62088D;
}
</style>
background-color css
<style>
a { background-color: #62088D; }
a { background-color: rgb(98,8,141); }
div.DivClassName
{
background-color: #62088D;
}
.BgClassName
{
background-color: #62088D;
}
</style>
border-color css
<style>
span { border-color: #62088D; }
span { border-color: rgb(98,8,141); }
td.TdClassName
{
border-color: #62088D;
}
.TagClassName
{
border-color: #62088D;
}
</style>