Shades of Persian Indigo #3E1E84
Tints of Persian Indigo #3E1E84
RGB
CMYK
RGB Variations
Color information
#3E1E84 (or 0x3E1E84) is known color: Persian Indigo. HEX triplet: 3E, 1E and 84. RGB value is (62,30,132). Sum of RGB (Red+Green+Blue) = 62+30+132=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E1E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1E84 is #C1E17B. Grayscale: #323232. Windows color (decimal): -12706172 or 8658494. OLE color: 8658494.
HSL color Cylindrical-coordinate representation of color #3E1E84: hue angle of 258.82º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E1E84 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 30 | 132 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.48 |
| HSL | 258.82º | 0.63% | 0.32% | - |
| HSV(B) | 258.82º | 0.77% | 0.52% | - |
| XYZ | 6.62 | 3.62 | 22.18 | - |
| YUV | 51.2 | 173.6 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 132 | 0.53 | 0.77 | 0 | 0.48 | 258.82 | 0.63 | 0.32 |
| Hex | 3E | 1E | 84 | 35 | 4D | 0 | 30 | 103 | 3F | 20 |
| Octal | 76 | 36 | 204 | 65 | 115 | 0 | 60 | 403 | 77 | 40 |
| Binary | 111110 | 11110 | 10000100 | 110101 | 1001101 | 0 | 110000 | 100000011 | 111111 | 100000 |
Color Harmonies of #3E1E84
Complementary color
Monochromatic Colors of #3E1E84
Black with #3E1E84
Text Example
Text Example
White with #3E1E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1E84; }
p { color: rgb(62,30,132); }
H1.HeaderClassName
{
color: #3E1E84;
}
.AnyTagClassName
{
color: #3E1E84;
}
</style>
background-color css
<style>
a { background-color: #3E1E84; }
a { background-color: rgb(62,30,132); }
div.DivClassName
{
background-color: #3E1E84;
}
.BgClassName
{
background-color: #3E1E84;
}
</style>
border-color css
<style>
span { border-color: #3E1E84; }
span { border-color: rgb(62,30,132); }
td.TdClassName
{
border-color: #3E1E84;
}
.TagClassName
{
border-color: #3E1E84;
}
</style>