Shades of Indigo #3E0077
Tints of Indigo #3E0077
RGB
CMYK
RGB Variations
Color information
#3E0077 (or 0x3E0077) is known color: Indigo. HEX triplet: 3E, 00 and 77. RGB value is (62,0,119). Sum of RGB (Red+Green+Blue) = 62+0+119=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E0077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0077 is #C1FF88. Grayscale: #1F1F1F. Windows color (decimal): -12713865 or 7798846. OLE color: 7798846.
HSL color Cylindrical-coordinate representation of color #3E0077: hue angle of 271.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0077 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 0 | 119 | - |
| CMYK | 0.48 | 1 | 0 | 0.53 |
| HSL | 271.26º | 1% | 0.23% | - |
| HSV(B) | 271.26º | 1% | 0.47% | - |
| XYZ | 5.32 | 2.36 | 17.63 | - |
| YUV | 32.1 | 177.04 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 119 | 0.48 | 1 | 0 | 0.53 | 271.26 | 1 | 0.23 |
| Hex | 3E | 0 | 77 | 30 | 64 | 0 | 35 | 10F | 64 | 17 |
| Octal | 76 | 0 | 167 | 60 | 144 | 0 | 65 | 417 | 144 | 27 |
| Binary | 111110 | 0 | 1110111 | 110000 | 1100100 | 0 | 110101 | 100001111 | 1100100 | 10111 |
Color Harmonies of #3E0077
Complementary color
Monochromatic Colors of #3E0077
Black with #3E0077
Text Example
Text Example
White with #3E0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0077; }
p { color: rgb(62,0,119); }
H1.HeaderClassName
{
color: #3E0077;
}
.AnyTagClassName
{
color: #3E0077;
}
</style>
background-color css
<style>
a { background-color: #3E0077; }
a { background-color: rgb(62,0,119); }
div.DivClassName
{
background-color: #3E0077;
}
.BgClassName
{
background-color: #3E0077;
}
</style>
border-color css
<style>
span { border-color: #3E0077; }
span { border-color: rgb(62,0,119); }
td.TdClassName
{
border-color: #3E0077;
}
.TagClassName
{
border-color: #3E0077;
}
</style>