Shades of Persian Indigo #3E149F
Tints of Persian Indigo #3E149F
RGB
CMYK
RGB Variations
Color information
#3E149F (or 0x3E149F) is known color: Persian Indigo. HEX triplet: 3E, 14 and 9F. RGB value is (62,20,159). Sum of RGB (Red+Green+Blue) = 62+20+159=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E149F is #C1EB60. Grayscale: #2F2F2F. Windows color (decimal): -12708705 or 10425406. OLE color: 10425406.
HSL color Cylindrical-coordinate representation of color #3E149F: hue angle of 258.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E149F is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 20 | 159 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.38 |
| HSL | 258.13º | 0.78% | 0.35% | - |
| HSV(B) | 258.13º | 0.87% | 0.62% | - |
| XYZ | 8.49 | 4.03 | 33.13 | - |
| YUV | 48.4 | 190.41 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 159 | 0.61 | 0.87 | 0 | 0.38 | 258.13 | 0.78 | 0.35 |
| Hex | 3E | 14 | 9F | 3D | 57 | 0 | 26 | 102 | 4E | 23 |
| Octal | 76 | 24 | 237 | 75 | 127 | 0 | 46 | 402 | 116 | 43 |
| Binary | 111110 | 10100 | 10011111 | 111101 | 1010111 | 0 | 100110 | 100000010 | 1001110 | 100011 |
Color Harmonies of #3E149F
Complementary color
Monochromatic Colors of #3E149F
Black with #3E149F
Text Example
Text Example
White with #3E149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E149F; }
p { color: rgb(62,20,159); }
H1.HeaderClassName
{
color: #3E149F;
}
.AnyTagClassName
{
color: #3E149F;
}
</style>
background-color css
<style>
a { background-color: #3E149F; }
a { background-color: rgb(62,20,159); }
div.DivClassName
{
background-color: #3E149F;
}
.BgClassName
{
background-color: #3E149F;
}
</style>
border-color css
<style>
span { border-color: #3E149F; }
span { border-color: rgb(62,20,159); }
td.TdClassName
{
border-color: #3E149F;
}
.TagClassName
{
border-color: #3E149F;
}
</style>