Shades of Indigo #3E07A2
Tints of Indigo #3E07A2
RGB
CMYK
RGB Variations
Color information
#3E07A2 (or 0x3E07A2) is known color: Indigo. HEX triplet: 3E, 07 and A2. RGB value is (62,7,162). Sum of RGB (Red+Green+Blue) = 62+7+162=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 162 (63.67% from 255 or 70.13% from 231); Max value from RGB is 162 - color contains mainly: blue. Hex color #3E07A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E07A2 is #C1F85D. Grayscale: #282828. Windows color (decimal): -12712030 or 10618686. OLE color: 10618686.
HSL color Cylindrical-coordinate representation of color #3E07A2: hue angle of 261.29º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E07A2 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 7 | 162 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.36 |
| HSL | 261.29º | 0.92% | 0.33% | - |
| HSV(B) | 261.29º | 0.96% | 0.64% | - |
| XYZ | 8.58 | 3.78 | 34.46 | - |
| YUV | 41.12 | 196.22 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 162 | 0.62 | 0.96 | 0 | 0.36 | 261.29 | 0.92 | 0.33 |
| Hex | 3E | 7 | A2 | 3E | 60 | 0 | 24 | 105 | 5C | 21 |
| Octal | 76 | 7 | 242 | 76 | 140 | 0 | 44 | 405 | 134 | 41 |
| Binary | 111110 | 111 | 10100010 | 111110 | 1100000 | 0 | 100100 | 100000101 | 1011100 | 100001 |
Color Harmonies of #3E07A2
Complementary color
Monochromatic Colors of #3E07A2
Black with #3E07A2
Text Example
Text Example
White with #3E07A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E07A2; }
p { color: rgb(62,7,162); }
H1.HeaderClassName
{
color: #3E07A2;
}
.AnyTagClassName
{
color: #3E07A2;
}
</style>
background-color css
<style>
a { background-color: #3E07A2; }
a { background-color: rgb(62,7,162); }
div.DivClassName
{
background-color: #3E07A2;
}
.BgClassName
{
background-color: #3E07A2;
}
</style>
border-color css
<style>
span { border-color: #3E07A2; }
span { border-color: rgb(62,7,162); }
td.TdClassName
{
border-color: #3E07A2;
}
.TagClassName
{
border-color: #3E07A2;
}
</style>