Shades of Indigo #62018D
Tints of Indigo #62018D
RGB
CMYK
RGB Variations
Color information
#62018D (or 0x62018D) is known color: Indigo. HEX triplet: 62, 01 and 8D. RGB value is (98,1,141). Sum of RGB (Red+Green+Blue) = 98+1+141=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #62018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62018D is #9DFE72. Grayscale: #2D2D2D. Windows color (decimal): -10354291 or 9240930. OLE color: 9240930.
HSL color Cylindrical-coordinate representation of color #62018D: hue angle of 281.57º degrees, saturation: 0.99, 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 #62018D is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 1 | 141 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.45 |
| HSL | 281.57º | 0.99% | 0.28% | - |
| HSV(B) | 281.57º | 0.99% | 0.55% | - |
| XYZ | 9.86 | 4.54 | 25.56 | - |
| YUV | 45.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 141 | 0.30 | 0.99 | 0 | 0.45 | 281.57 | 0.99 | 0.28 |
| Hex | 62 | 1 | 8D | 1E | 63 | 0 | 2D | 11A | 63 | 1C |
| Octal | 142 | 1 | 215 | 36 | 143 | 0 | 55 | 432 | 143 | 34 |
| Binary | 1100010 | 1 | 10001101 | 11110 | 1100011 | 0 | 101101 | 100011010 | 1100011 | 11100 |
Color Harmonies of #62018D
Complementary color
Monochromatic Colors of #62018D
Black with #62018D
Text Example
Text Example
White with #62018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62018D; }
p { color: rgb(98,1,141); }
H1.HeaderClassName
{
color: #62018D;
}
.AnyTagClassName
{
color: #62018D;
}
</style>
background-color css
<style>
a { background-color: #62018D; }
a { background-color: rgb(98,1,141); }
div.DivClassName
{
background-color: #62018D;
}
.BgClassName
{
background-color: #62018D;
}
</style>
border-color css
<style>
span { border-color: #62018D; }
span { border-color: rgb(98,1,141); }
td.TdClassName
{
border-color: #62018D;
}
.TagClassName
{
border-color: #62018D;
}
</style>