Shades of Indigo #3E0AAE
Tints of Indigo #3E0AAE
RGB
CMYK
RGB Variations
Color information
#3E0AAE (or 0x3E0AAE) is known color: Indigo. HEX triplet: 3E, 0A and AE. RGB value is (62,10,174). Sum of RGB (Red+Green+Blue) = 62+10+174=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E0AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0AAE is #C1F551. Grayscale: #2B2B2B. Windows color (decimal): -12711250 or 11405886. OLE color: 11405886.
HSL color Cylindrical-coordinate representation of color #3E0AAE: hue angle of 259.02º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0AAE is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 10 | 174 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.32 |
| HSL | 259.02º | 0.89% | 0.36% | - |
| HSV(B) | 259.02º | 0.94% | 0.68% | - |
| XYZ | 9.74 | 4.3 | 40.36 | - |
| YUV | 44.24 | 201.23 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 174 | 0.64 | 0.94 | 0 | 0.32 | 259.02 | 0.89 | 0.36 |
| Hex | 3E | A | AE | 40 | 5E | 0 | 20 | 103 | 59 | 24 |
| Octal | 76 | 12 | 256 | 100 | 136 | 0 | 40 | 403 | 131 | 44 |
| Binary | 111110 | 1010 | 10101110 | 1000000 | 1011110 | 0 | 100000 | 100000011 | 1011001 | 100100 |
Color Harmonies of #3E0AAE
Complementary color
Monochromatic Colors of #3E0AAE
Black with #3E0AAE
Text Example
Text Example
White with #3E0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0AAE; }
p { color: rgb(62,10,174); }
H1.HeaderClassName
{
color: #3E0AAE;
}
.AnyTagClassName
{
color: #3E0AAE;
}
</style>
background-color css
<style>
a { background-color: #3E0AAE; }
a { background-color: rgb(62,10,174); }
div.DivClassName
{
background-color: #3E0AAE;
}
.BgClassName
{
background-color: #3E0AAE;
}
</style>
border-color css
<style>
span { border-color: #3E0AAE; }
span { border-color: rgb(62,10,174); }
td.TdClassName
{
border-color: #3E0AAE;
}
.TagClassName
{
border-color: #3E0AAE;
}
</style>