Shades of Indigo #3E0776
Tints of Indigo #3E0776
RGB
CMYK
RGB Variations
Color information
#3E0776 (or 0x3E0776) is known color: Indigo. HEX triplet: 3E, 07 and 76. RGB value is (62,7,118). Sum of RGB (Red+Green+Blue) = 62+7+118=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E0776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0776 is #C1F889. Grayscale: #232323. Windows color (decimal): -12712074 or 7735102. OLE color: 7735102.
HSL color Cylindrical-coordinate representation of color #3E0776: hue angle of 269.73º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0776 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 7 | 118 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.54 |
| HSL | 269.73º | 0.89% | 0.25% | - |
| HSV(B) | 269.73º | 0.94% | 0.46% | - |
| XYZ | 5.33 | 2.48 | 17.34 | - |
| YUV | 36.1 | 174.22 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 118 | 0.47 | 0.94 | 0 | 0.54 | 269.73 | 0.89 | 0.25 |
| Hex | 3E | 7 | 76 | 2F | 5E | 0 | 36 | 10E | 59 | 19 |
| Octal | 76 | 7 | 166 | 57 | 136 | 0 | 66 | 416 | 131 | 31 |
| Binary | 111110 | 111 | 1110110 | 101111 | 1011110 | 0 | 110110 | 100001110 | 1011001 | 11001 |
Color Harmonies of #3E0776
Complementary color
Monochromatic Colors of #3E0776
Black with #3E0776
Text Example
Text Example
White with #3E0776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0776; }
p { color: rgb(62,7,118); }
H1.HeaderClassName
{
color: #3E0776;
}
.AnyTagClassName
{
color: #3E0776;
}
</style>
background-color css
<style>
a { background-color: #3E0776; }
a { background-color: rgb(62,7,118); }
div.DivClassName
{
background-color: #3E0776;
}
.BgClassName
{
background-color: #3E0776;
}
</style>
border-color css
<style>
span { border-color: #3E0776; }
span { border-color: rgb(62,7,118); }
td.TdClassName
{
border-color: #3E0776;
}
.TagClassName
{
border-color: #3E0776;
}
</style>