Shades of Indigo #3E07AE
Tints of Indigo #3E07AE
RGB
CMYK
RGB Variations
Color information
#3E07AE (or 0x3E07AE) is known color: Indigo. HEX triplet: 3E, 07 and AE. RGB value is (62,7,174). Sum of RGB (Red+Green+Blue) = 62+7+174=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E07AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E07AE is #C1F851. Grayscale: #292929. Windows color (decimal): -12712018 or 11405118. OLE color: 11405118.
HSL color Cylindrical-coordinate representation of color #3E07AE: hue angle of 259.76º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E07AE is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 7 | 174 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.32 |
| HSL | 259.76º | 0.92% | 0.35% | - |
| HSV(B) | 259.76º | 0.96% | 0.68% | - |
| XYZ | 9.7 | 4.23 | 40.35 | - |
| YUV | 42.48 | 202.22 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 174 | 0.64 | 0.96 | 0 | 0.32 | 259.76 | 0.92 | 0.35 |
| Hex | 3E | 7 | AE | 40 | 60 | 0 | 20 | 104 | 5C | 23 |
| Octal | 76 | 7 | 256 | 100 | 140 | 0 | 40 | 404 | 134 | 43 |
| Binary | 111110 | 111 | 10101110 | 1000000 | 1100000 | 0 | 100000 | 100000100 | 1011100 | 100011 |
Color Harmonies of #3E07AE
Complementary color
Monochromatic Colors of #3E07AE
Black with #3E07AE
Text Example
Text Example
White with #3E07AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E07AE; }
p { color: rgb(62,7,174); }
H1.HeaderClassName
{
color: #3E07AE;
}
.AnyTagClassName
{
color: #3E07AE;
}
</style>
background-color css
<style>
a { background-color: #3E07AE; }
a { background-color: rgb(62,7,174); }
div.DivClassName
{
background-color: #3E07AE;
}
.BgClassName
{
background-color: #3E07AE;
}
</style>
border-color css
<style>
span { border-color: #3E07AE; }
span { border-color: rgb(62,7,174); }
td.TdClassName
{
border-color: #3E07AE;
}
.TagClassName
{
border-color: #3E07AE;
}
</style>