Shades of Persian Indigo #3E1E81
Tints of Persian Indigo #3E1E81
RGB
CMYK
RGB Variations
Color information
#3E1E81 (or 0x3E1E81) is known color: Persian Indigo. HEX triplet: 3E, 1E and 81. RGB value is (62,30,129). Sum of RGB (Red+Green+Blue) = 62+30+129=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E1E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1E81 is #C1E17E. Grayscale: #323232. Windows color (decimal): -12706175 or 8461886. OLE color: 8461886.
HSL color Cylindrical-coordinate representation of color #3E1E81: hue angle of 259.39º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E1E81 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 30 | 129 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.49 |
| HSL | 259.39º | 0.62% | 0.31% | - |
| HSV(B) | 259.39º | 0.77% | 0.51% | - |
| XYZ | 6.41 | 3.54 | 21.11 | - |
| YUV | 50.85 | 172.1 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 129 | 0.52 | 0.77 | 0 | 0.49 | 259.39 | 0.62 | 0.31 |
| Hex | 3E | 1E | 81 | 34 | 4D | 0 | 31 | 103 | 3E | 1F |
| Octal | 76 | 36 | 201 | 64 | 115 | 0 | 61 | 403 | 76 | 37 |
| Binary | 111110 | 11110 | 10000001 | 110100 | 1001101 | 0 | 110001 | 100000011 | 111110 | 11111 |
Color Harmonies of #3E1E81
Complementary color
Monochromatic Colors of #3E1E81
Black with #3E1E81
Text Example
Text Example
White with #3E1E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1E81; }
p { color: rgb(62,30,129); }
H1.HeaderClassName
{
color: #3E1E81;
}
.AnyTagClassName
{
color: #3E1E81;
}
</style>
background-color css
<style>
a { background-color: #3E1E81; }
a { background-color: rgb(62,30,129); }
div.DivClassName
{
background-color: #3E1E81;
}
.BgClassName
{
background-color: #3E1E81;
}
</style>
border-color css
<style>
span { border-color: #3E1E81; }
span { border-color: rgb(62,30,129); }
td.TdClassName
{
border-color: #3E1E81;
}
.TagClassName
{
border-color: #3E1E81;
}
</style>