Shades of Indigo #3E037E
Tints of Indigo #3E037E
RGB
CMYK
RGB Variations
Color information
#3E037E (or 0x3E037E) is known color: Indigo. HEX triplet: 3E, 03 and 7E. RGB value is (62,3,126). Sum of RGB (Red+Green+Blue) = 62+3+126=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 126 (49.61% from 255 or 65.97% from 191); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E037E is #C1FC81. Grayscale: #222222. Windows color (decimal): -12713090 or 8258366. OLE color: 8258366.
HSL color Cylindrical-coordinate representation of color #3E037E: hue angle of 268.78º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E037E is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 3 | 126 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.51 |
| HSL | 268.78º | 0.95% | 0.25% | - |
| HSV(B) | 268.78º | 0.98% | 0.49% | - |
| XYZ | 5.79 | 2.6 | 19.93 | - |
| YUV | 34.66 | 179.55 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 126 | 0.51 | 0.98 | 0 | 0.51 | 268.78 | 0.95 | 0.25 |
| Hex | 3E | 3 | 7E | 33 | 62 | 0 | 33 | 10D | 5F | 19 |
| Octal | 76 | 3 | 176 | 63 | 142 | 0 | 63 | 415 | 137 | 31 |
| Binary | 111110 | 11 | 1111110 | 110011 | 1100010 | 0 | 110011 | 100001101 | 1011111 | 11001 |
Color Harmonies of #3E037E
Complementary color
Monochromatic Colors of #3E037E
Black with #3E037E
Text Example
Text Example
White with #3E037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E037E; }
p { color: rgb(62,3,126); }
H1.HeaderClassName
{
color: #3E037E;
}
.AnyTagClassName
{
color: #3E037E;
}
</style>
background-color css
<style>
a { background-color: #3E037E; }
a { background-color: rgb(62,3,126); }
div.DivClassName
{
background-color: #3E037E;
}
.BgClassName
{
background-color: #3E037E;
}
</style>
border-color css
<style>
span { border-color: #3E037E; }
span { border-color: rgb(62,3,126); }
td.TdClassName
{
border-color: #3E037E;
}
.TagClassName
{
border-color: #3E037E;
}
</style>