Shades of Persian Indigo #3E1981
Tints of Persian Indigo #3E1981
RGB
CMYK
RGB Variations
Color information
#3E1981 (or 0x3E1981) is known color: Persian Indigo. HEX triplet: 3E, 19 and 81. RGB value is (62,25,129). Sum of RGB (Red+Green+Blue) = 62+25+129=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 129 (50.78% from 255 or 59.72% from 216); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E1981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1981 is #C1E67E. Grayscale: #2F2F2F. Windows color (decimal): -12707455 or 8460606. OLE color: 8460606.
HSL color Cylindrical-coordinate representation of color #3E1981: hue angle of 261.35º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E1981 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 25 | 129 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.49 |
| HSL | 261.35º | 0.68% | 0.3% | - |
| HSV(B) | 261.35º | 0.81% | 0.51% | - |
| XYZ | 6.3 | 3.3 | 21.07 | - |
| YUV | 47.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 129 | 0.52 | 0.81 | 0 | 0.49 | 261.35 | 0.68 | 0.3 |
| Hex | 3E | 19 | 81 | 34 | 51 | 0 | 31 | 105 | 44 | 1E |
| Octal | 76 | 31 | 201 | 64 | 121 | 0 | 61 | 405 | 104 | 36 |
| Binary | 111110 | 11001 | 10000001 | 110100 | 1010001 | 0 | 110001 | 100000101 | 1000100 | 11110 |
Color Harmonies of #3E1981
Complementary color
Monochromatic Colors of #3E1981
Black with #3E1981
Text Example
Text Example
White with #3E1981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1981; }
p { color: rgb(62,25,129); }
H1.HeaderClassName
{
color: #3E1981;
}
.AnyTagClassName
{
color: #3E1981;
}
</style>
background-color css
<style>
a { background-color: #3E1981; }
a { background-color: rgb(62,25,129); }
div.DivClassName
{
background-color: #3E1981;
}
.BgClassName
{
background-color: #3E1981;
}
</style>
border-color css
<style>
span { border-color: #3E1981; }
span { border-color: rgb(62,25,129); }
td.TdClassName
{
border-color: #3E1981;
}
.TagClassName
{
border-color: #3E1981;
}
</style>