Shades of Persian Indigo #3E1380
Tints of Persian Indigo #3E1380
RGB
CMYK
RGB Variations
Color information
#3E1380 (or 0x3E1380) is known color: Persian Indigo. HEX triplet: 3E, 13 and 80. RGB value is (62,19,128). Sum of RGB (Red+Green+Blue) = 62+19+128=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #3E1380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1380 is #C1EC7F. Grayscale: #2B2B2B. Windows color (decimal): -12708992 or 8393534. OLE color: 8393534.
HSL color Cylindrical-coordinate representation of color #3E1380: hue angle of 263.67º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1380 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 19 | 128 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.50 |
| HSL | 263.67º | 0.74% | 0.29% | - |
| HSV(B) | 263.67º | 0.85% | 0.5% | - |
| XYZ | 6.12 | 3.05 | 20.69 | - |
| YUV | 44.28 | 175.25 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 128 | 0.52 | 0.85 | 0 | 0.50 | 263.67 | 0.74 | 0.29 |
| Hex | 3E | 13 | 80 | 34 | 55 | 0 | 32 | 108 | 4A | 1D |
| Octal | 76 | 23 | 200 | 64 | 125 | 0 | 62 | 410 | 112 | 35 |
| Binary | 111110 | 10011 | 10000000 | 110100 | 1010101 | 0 | 110010 | 100001000 | 1001010 | 11101 |
Color Harmonies of #3E1380
Complementary color
Monochromatic Colors of #3E1380
Black with #3E1380
Text Example
Text Example
White with #3E1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1380; }
p { color: rgb(62,19,128); }
H1.HeaderClassName
{
color: #3E1380;
}
.AnyTagClassName
{
color: #3E1380;
}
</style>
background-color css
<style>
a { background-color: #3E1380; }
a { background-color: rgb(62,19,128); }
div.DivClassName
{
background-color: #3E1380;
}
.BgClassName
{
background-color: #3E1380;
}
</style>
border-color css
<style>
span { border-color: #3E1380; }
span { border-color: rgb(62,19,128); }
td.TdClassName
{
border-color: #3E1380;
}
.TagClassName
{
border-color: #3E1380;
}
</style>