Shades of Indigo #3E039E
Tints of Indigo #3E039E
RGB
CMYK
RGB Variations
Color information
#3E039E (or 0x3E039E) is known color: Indigo. HEX triplet: 3E, 03 and 9E. RGB value is (62,3,158). Sum of RGB (Red+Green+Blue) = 62+3+158=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E039E is #C1FC61. Grayscale: #252525. Windows color (decimal): -12713058 or 10355518. OLE color: 10355518.
HSL color Cylindrical-coordinate representation of color #3E039E: hue angle of 262.84º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E039E is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 3 | 158 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.38 |
| HSL | 262.84º | 0.96% | 0.32% | - |
| HSV(B) | 262.84º | 0.98% | 0.62% | - |
| XYZ | 8.19 | 3.56 | 32.6 | - |
| YUV | 38.31 | 195.55 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 158 | 0.61 | 0.98 | 0 | 0.38 | 262.84 | 0.96 | 0.32 |
| Hex | 3E | 3 | 9E | 3D | 62 | 0 | 26 | 107 | 60 | 20 |
| Octal | 76 | 3 | 236 | 75 | 142 | 0 | 46 | 407 | 140 | 40 |
| Binary | 111110 | 11 | 10011110 | 111101 | 1100010 | 0 | 100110 | 100000111 | 1100000 | 100000 |
Color Harmonies of #3E039E
Complementary color
Monochromatic Colors of #3E039E
Black with #3E039E
Text Example
Text Example
White with #3E039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E039E; }
p { color: rgb(62,3,158); }
H1.HeaderClassName
{
color: #3E039E;
}
.AnyTagClassName
{
color: #3E039E;
}
</style>
background-color css
<style>
a { background-color: #3E039E; }
a { background-color: rgb(62,3,158); }
div.DivClassName
{
background-color: #3E039E;
}
.BgClassName
{
background-color: #3E039E;
}
</style>
border-color css
<style>
span { border-color: #3E039E; }
span { border-color: rgb(62,3,158); }
td.TdClassName
{
border-color: #3E039E;
}
.TagClassName
{
border-color: #3E039E;
}
</style>