Shades of Indigo #3E076F
Tints of Indigo #3E076F
RGB
CMYK
RGB Variations
Color information
#3E076F (or 0x3E076F) is known color: Indigo. HEX triplet: 3E, 07 and 6F. RGB value is (62,7,111). Sum of RGB (Red+Green+Blue) = 62+7+111=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E076F is #C1F890. Grayscale: #222222. Windows color (decimal): -12712081 or 7276350. OLE color: 7276350.
HSL color Cylindrical-coordinate representation of color #3E076F: hue angle of 271.73º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E076F is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 7 | 111 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.56 |
| HSL | 271.73º | 0.88% | 0.23% | - |
| HSV(B) | 271.73º | 0.94% | 0.44% | - |
| XYZ | 4.93 | 2.32 | 15.23 | - |
| YUV | 35.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 111 | 0.44 | 0.94 | 0 | 0.56 | 271.73 | 0.88 | 0.23 |
| Hex | 3E | 7 | 6F | 2C | 5E | 0 | 38 | 110 | 58 | 17 |
| Octal | 76 | 7 | 157 | 54 | 136 | 0 | 70 | 420 | 130 | 27 |
| Binary | 111110 | 111 | 1101111 | 101100 | 1011110 | 0 | 111000 | 100010000 | 1011000 | 10111 |
Color Harmonies of #3E076F
Complementary color
Monochromatic Colors of #3E076F
Black with #3E076F
Text Example
Text Example
White with #3E076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E076F; }
p { color: rgb(62,7,111); }
H1.HeaderClassName
{
color: #3E076F;
}
.AnyTagClassName
{
color: #3E076F;
}
</style>
background-color css
<style>
a { background-color: #3E076F; }
a { background-color: rgb(62,7,111); }
div.DivClassName
{
background-color: #3E076F;
}
.BgClassName
{
background-color: #3E076F;
}
</style>
border-color css
<style>
span { border-color: #3E076F; }
span { border-color: rgb(62,7,111); }
td.TdClassName
{
border-color: #3E076F;
}
.TagClassName
{
border-color: #3E076F;
}
</style>