Shades of Indigo #62008D
Tints of Indigo #62008D
RGB
CMYK
RGB Variations
Color information
#62008D (or 0x62008D) is known color: Indigo. HEX triplet: 62, 00 and 8D. RGB value is (98,0,141). Sum of RGB (Red+Green+Blue) = 98+0+141=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #62008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62008D is #9DFF72. Grayscale: #2C2C2C. Windows color (decimal): -10354547 or 9240674. OLE color: 9240674.
HSL color Cylindrical-coordinate representation of color #62008D: hue angle of 281.7º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62008D is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 0 | 141 | - |
| CMYK | 0.30 | 1 | 0 | 0.45 |
| HSL | 281.7º | 1% | 0.28% | - |
| HSV(B) | 281.7º | 1% | 0.55% | - |
| XYZ | 9.84 | 4.52 | 25.55 | - |
| YUV | 45.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 141 | 0.30 | 1 | 0 | 0.45 | 281.7 | 1 | 0.28 |
| Hex | 62 | 0 | 8D | 1E | 64 | 0 | 2D | 11A | 64 | 1C |
| Octal | 142 | 0 | 215 | 36 | 144 | 0 | 55 | 432 | 144 | 34 |
| Binary | 1100010 | 0 | 10001101 | 11110 | 1100100 | 0 | 101101 | 100011010 | 1100100 | 11100 |
Color Harmonies of #62008D
Complementary color
Monochromatic Colors of #62008D
Black with #62008D
Text Example
Text Example
White with #62008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62008D; }
p { color: rgb(98,0,141); }
H1.HeaderClassName
{
color: #62008D;
}
.AnyTagClassName
{
color: #62008D;
}
</style>
background-color css
<style>
a { background-color: #62008D; }
a { background-color: rgb(98,0,141); }
div.DivClassName
{
background-color: #62008D;
}
.BgClassName
{
background-color: #62008D;
}
</style>
border-color css
<style>
span { border-color: #62008D; }
span { border-color: rgb(98,0,141); }
td.TdClassName
{
border-color: #62008D;
}
.TagClassName
{
border-color: #62008D;
}
</style>