Shades of Persian Indigo #3E199A
Tints of Persian Indigo #3E199A
RGB
CMYK
RGB Variations
Color information
#3E199A (or 0x3E199A) is known color: Persian Indigo. HEX triplet: 3E, 19 and 9A. RGB value is (62,25,154). Sum of RGB (Red+Green+Blue) = 62+25+154=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #3E199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E199A is #C1E665. Grayscale: #323232. Windows color (decimal): -12707430 or 10099006. OLE color: 10099006.
HSL color Cylindrical-coordinate representation of color #3E199A: hue angle of 257.21º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E199A is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 62 | 25 | 154 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.40 |
| HSL | 257.21º | 0.72% | 0.35% | - |
| HSV(B) | 257.21º | 0.84% | 0.6% | - |
| XYZ | 8.17 | 4.05 | 30.92 | - |
| YUV | 50.77 | 186.26 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 154 | 0.60 | 0.84 | 0 | 0.40 | 257.21 | 0.72 | 0.35 |
| Hex | 3E | 19 | 9A | 3C | 54 | 0 | 28 | 101 | 48 | 23 |
| Octal | 76 | 31 | 232 | 74 | 124 | 0 | 50 | 401 | 110 | 43 |
| Binary | 111110 | 11001 | 10011010 | 111100 | 1010100 | 0 | 101000 | 100000001 | 1001000 | 100011 |
Color Harmonies of #3E199A
Complementary color
Monochromatic Colors of #3E199A
Black with #3E199A
Text Example
Text Example
White with #3E199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E199A; }
p { color: rgb(62,25,154); }
H1.HeaderClassName
{
color: #3E199A;
}
.AnyTagClassName
{
color: #3E199A;
}
</style>
background-color css
<style>
a { background-color: #3E199A; }
a { background-color: rgb(62,25,154); }
div.DivClassName
{
background-color: #3E199A;
}
.BgClassName
{
background-color: #3E199A;
}
</style>
border-color css
<style>
span { border-color: #3E199A; }
span { border-color: rgb(62,25,154); }
td.TdClassName
{
border-color: #3E199A;
}
.TagClassName
{
border-color: #3E199A;
}
</style>