Shades of Indigo #3E0592
Tints of Indigo #3E0592
RGB
CMYK
RGB Variations
Color information
#3E0592 (or 0x3E0592) is known color: Indigo. HEX triplet: 3E, 05 and 92. RGB value is (62,5,146). Sum of RGB (Red+Green+Blue) = 62+5+146=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E0592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0592 is #C1FA6D. Grayscale: #252525. Windows color (decimal): -12712558 or 9569598. OLE color: 9569598.
HSL color Cylindrical-coordinate representation of color #3E0592: hue angle of 264.26º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0592 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 5 | 146 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.43 |
| HSL | 264.26º | 0.93% | 0.3% | - |
| HSV(B) | 264.26º | 0.97% | 0.57% | - |
| XYZ | 7.23 | 3.21 | 27.43 | - |
| YUV | 38.12 | 188.88 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 146 | 0.58 | 0.97 | 0 | 0.43 | 264.26 | 0.93 | 0.3 |
| Hex | 3E | 5 | 92 | 3A | 61 | 0 | 2B | 108 | 5D | 1E |
| Octal | 76 | 5 | 222 | 72 | 141 | 0 | 53 | 410 | 135 | 36 |
| Binary | 111110 | 101 | 10010010 | 111010 | 1100001 | 0 | 101011 | 100001000 | 1011101 | 11110 |
Color Harmonies of #3E0592
Complementary color
Monochromatic Colors of #3E0592
Black with #3E0592
Text Example
Text Example
White with #3E0592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0592; }
p { color: rgb(62,5,146); }
H1.HeaderClassName
{
color: #3E0592;
}
.AnyTagClassName
{
color: #3E0592;
}
</style>
background-color css
<style>
a { background-color: #3E0592; }
a { background-color: rgb(62,5,146); }
div.DivClassName
{
background-color: #3E0592;
}
.BgClassName
{
background-color: #3E0592;
}
</style>
border-color css
<style>
span { border-color: #3E0592; }
span { border-color: rgb(62,5,146); }
td.TdClassName
{
border-color: #3E0592;
}
.TagClassName
{
border-color: #3E0592;
}
</style>