Shades of Indigo #3E046F
Tints of Indigo #3E046F
RGB
CMYK
RGB Variations
Color information
#3E046F (or 0x3E046F) is known color: Indigo. HEX triplet: 3E, 04 and 6F. RGB value is (62,4,111). Sum of RGB (Red+Green+Blue) = 62+4+111=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E046F is #C1FB90. Grayscale: #212121. Windows color (decimal): -12712849 or 7275582. OLE color: 7275582.
HSL color Cylindrical-coordinate representation of color #3E046F: hue angle of 272.52º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E046F is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 4 | 111 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.56 |
| HSL | 272.52º | 0.93% | 0.23% | - |
| HSV(B) | 272.52º | 0.96% | 0.44% | - |
| XYZ | 4.9 | 2.26 | 15.22 | - |
| YUV | 33.54 | 171.72 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 111 | 0.44 | 0.96 | 0 | 0.56 | 272.52 | 0.93 | 0.23 |
| Hex | 3E | 4 | 6F | 2C | 60 | 0 | 38 | 111 | 5D | 17 |
| Octal | 76 | 4 | 157 | 54 | 140 | 0 | 70 | 421 | 135 | 27 |
| Binary | 111110 | 100 | 1101111 | 101100 | 1100000 | 0 | 111000 | 100010001 | 1011101 | 10111 |
Color Harmonies of #3E046F
Complementary color
Monochromatic Colors of #3E046F
Black with #3E046F
Text Example
Text Example
White with #3E046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E046F; }
p { color: rgb(62,4,111); }
H1.HeaderClassName
{
color: #3E046F;
}
.AnyTagClassName
{
color: #3E046F;
}
</style>
background-color css
<style>
a { background-color: #3E046F; }
a { background-color: rgb(62,4,111); }
div.DivClassName
{
background-color: #3E046F;
}
.BgClassName
{
background-color: #3E046F;
}
</style>
border-color css
<style>
span { border-color: #3E046F; }
span { border-color: rgb(62,4,111); }
td.TdClassName
{
border-color: #3E046F;
}
.TagClassName
{
border-color: #3E046F;
}
</style>