Shades of Indigo #62038D
Tints of Indigo #62038D
RGB
CMYK
RGB Variations
Color information
#62038D (or 0x62038D) is known color: Indigo. HEX triplet: 62, 03 and 8D. RGB value is (98,3,141). Sum of RGB (Red+Green+Blue) = 98+3+141=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #62038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62038D is #9DFC72. Grayscale: #2E2E2E. Windows color (decimal): -10353779 or 9241442. OLE color: 9241442.
HSL color Cylindrical-coordinate representation of color #62038D: hue angle of 281.3º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62038D is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 3 | 141 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.45 |
| HSL | 281.3º | 0.96% | 0.28% | - |
| HSV(B) | 281.3º | 0.98% | 0.55% | - |
| XYZ | 9.88 | 4.58 | 25.56 | - |
| YUV | 47.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 141 | 0.30 | 0.98 | 0 | 0.45 | 281.3 | 0.96 | 0.28 |
| Hex | 62 | 3 | 8D | 1E | 62 | 0 | 2D | 119 | 60 | 1C |
| Octal | 142 | 3 | 215 | 36 | 142 | 0 | 55 | 431 | 140 | 34 |
| Binary | 1100010 | 11 | 10001101 | 11110 | 1100010 | 0 | 101101 | 100011001 | 1100000 | 11100 |
Color Harmonies of #62038D
Complementary color
Monochromatic Colors of #62038D
Black with #62038D
Text Example
Text Example
White with #62038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62038D; }
p { color: rgb(98,3,141); }
H1.HeaderClassName
{
color: #62038D;
}
.AnyTagClassName
{
color: #62038D;
}
</style>
background-color css
<style>
a { background-color: #62038D; }
a { background-color: rgb(98,3,141); }
div.DivClassName
{
background-color: #62038D;
}
.BgClassName
{
background-color: #62038D;
}
</style>
border-color css
<style>
span { border-color: #62038D; }
span { border-color: rgb(98,3,141); }
td.TdClassName
{
border-color: #62038D;
}
.TagClassName
{
border-color: #62038D;
}
</style>