Shades of Indigo #3E0577
Tints of Indigo #3E0577
RGB
CMYK
RGB Variations
Color information
#3E0577 (or 0x3E0577) is known color: Indigo. HEX triplet: 3E, 05 and 77. RGB value is (62,5,119). Sum of RGB (Red+Green+Blue) = 62+5+119=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E0577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0577 is #C1FA88. Grayscale: #222222. Windows color (decimal): -12712585 or 7800126. OLE color: 7800126.
HSL color Cylindrical-coordinate representation of color #3E0577: hue angle of 270º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0577 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 5 | 119 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.53 |
| HSL | 270º | 0.92% | 0.24% | - |
| HSV(B) | 270º | 0.96% | 0.47% | - |
| XYZ | 5.37 | 2.46 | 17.65 | - |
| YUV | 35.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 119 | 0.48 | 0.96 | 0 | 0.53 | 270 | 0.92 | 0.24 |
| Hex | 3E | 5 | 77 | 30 | 60 | 0 | 35 | 10E | 5C | 18 |
| Octal | 76 | 5 | 167 | 60 | 140 | 0 | 65 | 416 | 134 | 30 |
| Binary | 111110 | 101 | 1110111 | 110000 | 1100000 | 0 | 110101 | 100001110 | 1011100 | 11000 |
Color Harmonies of #3E0577
Complementary color
Monochromatic Colors of #3E0577
Black with #3E0577
Text Example
Text Example
White with #3E0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0577; }
p { color: rgb(62,5,119); }
H1.HeaderClassName
{
color: #3E0577;
}
.AnyTagClassName
{
color: #3E0577;
}
</style>
background-color css
<style>
a { background-color: #3E0577; }
a { background-color: rgb(62,5,119); }
div.DivClassName
{
background-color: #3E0577;
}
.BgClassName
{
background-color: #3E0577;
}
</style>
border-color css
<style>
span { border-color: #3E0577; }
span { border-color: rgb(62,5,119); }
td.TdClassName
{
border-color: #3E0577;
}
.TagClassName
{
border-color: #3E0577;
}
</style>