Shades of Indigo #3E0BAA
Tints of Indigo #3E0BAA
RGB
CMYK
RGB Variations
Color information
#3E0BAA (or 0x3E0BAA) is known color: Indigo. HEX triplet: 3E, 0B and AA. RGB value is (62,11,170). Sum of RGB (Red+Green+Blue) = 62+11+170=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E0BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0BAA is #C1F455. Grayscale: #2B2B2B. Windows color (decimal): -12710998 or 11143998. OLE color: 11143998.
HSL color Cylindrical-coordinate representation of color #3E0BAA: hue angle of 259.25º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0BAA is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 11 | 170 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.33 |
| HSL | 259.25º | 0.88% | 0.35% | - |
| HSV(B) | 259.25º | 0.94% | 0.67% | - |
| XYZ | 9.36 | 4.17 | 38.34 | - |
| YUV | 44.38 | 198.9 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 170 | 0.64 | 0.94 | 0 | 0.33 | 259.25 | 0.88 | 0.35 |
| Hex | 3E | B | AA | 40 | 5E | 0 | 21 | 103 | 58 | 23 |
| Octal | 76 | 13 | 252 | 100 | 136 | 0 | 41 | 403 | 130 | 43 |
| Binary | 111110 | 1011 | 10101010 | 1000000 | 1011110 | 0 | 100001 | 100000011 | 1011000 | 100011 |
Color Harmonies of #3E0BAA
Complementary color
Monochromatic Colors of #3E0BAA
Black with #3E0BAA
Text Example
Text Example
White with #3E0BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0BAA; }
p { color: rgb(62,11,170); }
H1.HeaderClassName
{
color: #3E0BAA;
}
.AnyTagClassName
{
color: #3E0BAA;
}
</style>
background-color css
<style>
a { background-color: #3E0BAA; }
a { background-color: rgb(62,11,170); }
div.DivClassName
{
background-color: #3E0BAA;
}
.BgClassName
{
background-color: #3E0BAA;
}
</style>
border-color css
<style>
span { border-color: #3E0BAA; }
span { border-color: rgb(62,11,170); }
td.TdClassName
{
border-color: #3E0BAA;
}
.TagClassName
{
border-color: #3E0BAA;
}
</style>