Shades of Persian Indigo #3E0EA7
Tints of Persian Indigo #3E0EA7
RGB
CMYK
RGB Variations
Color information
#3E0EA7 (or 0x3E0EA7) is known color: Persian Indigo. HEX triplet: 3E, 0E and A7. RGB value is (62,14,167). Sum of RGB (Red+Green+Blue) = 62+14+167=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 167 (65.62% from 255 or 68.72% from 243); Max value from RGB is 167 - color contains mainly: blue. Hex color #3E0EA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0EA7 is #C1F158. Grayscale: #2D2D2D. Windows color (decimal): -12710233 or 10948158. OLE color: 10948158.
HSL color Cylindrical-coordinate representation of color #3E0EA7: hue angle of 258.82º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0EA7 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 62 | 14 | 167 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.35 |
| HSL | 258.82º | 0.85% | 0.35% | - |
| HSV(B) | 258.82º | 0.92% | 0.65% | - |
| XYZ | 9.12 | 4.13 | 36.88 | - |
| YUV | 45.79 | 196.4 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 14 | 167 | 0.63 | 0.92 | 0 | 0.35 | 258.82 | 0.85 | 0.35 |
| Hex | 3E | E | A7 | 3F | 5C | 0 | 23 | 103 | 55 | 23 |
| Octal | 76 | 16 | 247 | 77 | 134 | 0 | 43 | 403 | 125 | 43 |
| Binary | 111110 | 1110 | 10100111 | 111111 | 1011100 | 0 | 100011 | 100000011 | 1010101 | 100011 |
Color Harmonies of #3E0EA7
Complementary color
Monochromatic Colors of #3E0EA7
Black with #3E0EA7
Text Example
Text Example
White with #3E0EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0EA7; }
p { color: rgb(62,14,167); }
H1.HeaderClassName
{
color: #3E0EA7;
}
.AnyTagClassName
{
color: #3E0EA7;
}
</style>
background-color css
<style>
a { background-color: #3E0EA7; }
a { background-color: rgb(62,14,167); }
div.DivClassName
{
background-color: #3E0EA7;
}
.BgClassName
{
background-color: #3E0EA7;
}
</style>
border-color css
<style>
span { border-color: #3E0EA7; }
span { border-color: rgb(62,14,167); }
td.TdClassName
{
border-color: #3E0EA7;
}
.TagClassName
{
border-color: #3E0EA7;
}
</style>