Shades of Indigo #62038E
Tints of Indigo #62038E
RGB
CMYK
RGB Variations
Color information
#62038E (or 0x62038E) is known color: Indigo. HEX triplet: 62, 03 and 8E. RGB value is (98,3,142). Sum of RGB (Red+Green+Blue) = 98+3+142=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #62038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62038E is #9DFC71. Grayscale: #2E2E2E. Windows color (decimal): -10353778 or 9306978. OLE color: 9306978.
HSL color Cylindrical-coordinate representation of color #62038E: hue angle of 281.01º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62038E is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 3 | 142 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.44 |
| HSL | 281.01º | 0.96% | 0.28% | - |
| HSV(B) | 281.01º | 0.98% | 0.56% | - |
| XYZ | 9.95 | 4.61 | 25.96 | - |
| YUV | 47.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 142 | 0.31 | 0.98 | 0 | 0.44 | 281.01 | 0.96 | 0.28 |
| Hex | 62 | 3 | 8E | 1F | 62 | 0 | 2C | 119 | 60 | 1C |
| Octal | 142 | 3 | 216 | 37 | 142 | 0 | 54 | 431 | 140 | 34 |
| Binary | 1100010 | 11 | 10001110 | 11111 | 1100010 | 0 | 101100 | 100011001 | 1100000 | 11100 |
Color Harmonies of #62038E
Complementary color
Monochromatic Colors of #62038E
Black with #62038E
Text Example
Text Example
White with #62038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62038E; }
p { color: rgb(98,3,142); }
H1.HeaderClassName
{
color: #62038E;
}
.AnyTagClassName
{
color: #62038E;
}
</style>
background-color css
<style>
a { background-color: #62038E; }
a { background-color: rgb(98,3,142); }
div.DivClassName
{
background-color: #62038E;
}
.BgClassName
{
background-color: #62038E;
}
</style>
border-color css
<style>
span { border-color: #62038E; }
span { border-color: rgb(98,3,142); }
td.TdClassName
{
border-color: #62038E;
}
.TagClassName
{
border-color: #62038E;
}
</style>