Shades of Indigo #3E077E
Tints of Indigo #3E077E
RGB
CMYK
RGB Variations
Color information
#3E077E (or 0x3E077E) is known color: Indigo. HEX triplet: 3E, 07 and 7E. RGB value is (62,7,126). Sum of RGB (Red+Green+Blue) = 62+7+126=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 126 (49.61% from 255 or 64.62% from 195); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E077E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E077E is #C1F881. Grayscale: #242424. Windows color (decimal): -12712066 or 8259390. OLE color: 8259390.
HSL color Cylindrical-coordinate representation of color #3E077E: hue angle of 267.73º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E077E is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 7 | 126 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.51 |
| HSL | 267.73º | 0.89% | 0.26% | - |
| HSV(B) | 267.73º | 0.94% | 0.49% | - |
| XYZ | 5.83 | 2.68 | 19.95 | - |
| YUV | 37.01 | 178.22 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 126 | 0.51 | 0.94 | 0 | 0.51 | 267.73 | 0.89 | 0.26 |
| Hex | 3E | 7 | 7E | 33 | 5E | 0 | 33 | 10C | 59 | 1A |
| Octal | 76 | 7 | 176 | 63 | 136 | 0 | 63 | 414 | 131 | 32 |
| Binary | 111110 | 111 | 1111110 | 110011 | 1011110 | 0 | 110011 | 100001100 | 1011001 | 11010 |
Color Harmonies of #3E077E
Complementary color
Monochromatic Colors of #3E077E
Black with #3E077E
Text Example
Text Example
White with #3E077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E077E; }
p { color: rgb(62,7,126); }
H1.HeaderClassName
{
color: #3E077E;
}
.AnyTagClassName
{
color: #3E077E;
}
</style>
background-color css
<style>
a { background-color: #3E077E; }
a { background-color: rgb(62,7,126); }
div.DivClassName
{
background-color: #3E077E;
}
.BgClassName
{
background-color: #3E077E;
}
</style>
border-color css
<style>
span { border-color: #3E077E; }
span { border-color: rgb(62,7,126); }
td.TdClassName
{
border-color: #3E077E;
}
.TagClassName
{
border-color: #3E077E;
}
</style>