Shades of Indigo #3E0AA1
Tints of Indigo #3E0AA1
RGB
CMYK
RGB Variations
Color information
#3E0AA1 (or 0x3E0AA1) is known color: Indigo. HEX triplet: 3E, 0A and A1. RGB value is (62,10,161). Sum of RGB (Red+Green+Blue) = 62+10+161=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 161 (63.28% from 255 or 69.10% from 233); Max value from RGB is 161 - color contains mainly: blue. Hex color #3E0AA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0AA1 is #C1F55E. Grayscale: #2A2A2A. Windows color (decimal): -12711263 or 10553918. OLE color: 10553918.
HSL color Cylindrical-coordinate representation of color #3E0AA1: hue angle of 260.66º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0AA1 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 10 | 161 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.37 |
| HSL | 260.66º | 0.88% | 0.34% | - |
| HSV(B) | 260.66º | 0.94% | 0.63% | - |
| XYZ | 8.53 | 3.81 | 34 | - |
| YUV | 42.76 | 194.73 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 161 | 0.61 | 0.94 | 0 | 0.37 | 260.66 | 0.88 | 0.34 |
| Hex | 3E | A | A1 | 3D | 5E | 0 | 25 | 105 | 58 | 22 |
| Octal | 76 | 12 | 241 | 75 | 136 | 0 | 45 | 405 | 130 | 42 |
| Binary | 111110 | 1010 | 10100001 | 111101 | 1011110 | 0 | 100101 | 100000101 | 1011000 | 100010 |
Color Harmonies of #3E0AA1
Complementary color
Monochromatic Colors of #3E0AA1
Black with #3E0AA1
Text Example
Text Example
White with #3E0AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0AA1; }
p { color: rgb(62,10,161); }
H1.HeaderClassName
{
color: #3E0AA1;
}
.AnyTagClassName
{
color: #3E0AA1;
}
</style>
background-color css
<style>
a { background-color: #3E0AA1; }
a { background-color: rgb(62,10,161); }
div.DivClassName
{
background-color: #3E0AA1;
}
.BgClassName
{
background-color: #3E0AA1;
}
</style>
border-color css
<style>
span { border-color: #3E0AA1; }
span { border-color: rgb(62,10,161); }
td.TdClassName
{
border-color: #3E0AA1;
}
.TagClassName
{
border-color: #3E0AA1;
}
</style>