Shades of Persian Indigo #3E189F
Tints of Persian Indigo #3E189F
RGB
CMYK
RGB Variations
Color information
#3E189F (or 0x3E189F) is known color: Persian Indigo. HEX triplet: 3E, 18 and 9F. RGB value is (62,24,159). Sum of RGB (Red+Green+Blue) = 62+24+159=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E189F is #C1E760. Grayscale: #323232. Windows color (decimal): -12707681 or 10426430. OLE color: 10426430.
HSL color Cylindrical-coordinate representation of color #3E189F: hue angle of 256.89º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E189F is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 24 | 159 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.38 |
| HSL | 256.89º | 0.74% | 0.36% | - |
| HSV(B) | 256.89º | 0.85% | 0.62% | - |
| XYZ | 8.57 | 4.18 | 33.16 | - |
| YUV | 50.75 | 189.09 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 159 | 0.61 | 0.85 | 0 | 0.38 | 256.89 | 0.74 | 0.36 |
| Hex | 3E | 18 | 9F | 3D | 55 | 0 | 26 | 101 | 4A | 24 |
| Octal | 76 | 30 | 237 | 75 | 125 | 0 | 46 | 401 | 112 | 44 |
| Binary | 111110 | 11000 | 10011111 | 111101 | 1010101 | 0 | 100110 | 100000001 | 1001010 | 100100 |
Color Harmonies of #3E189F
Complementary color
Monochromatic Colors of #3E189F
Black with #3E189F
Text Example
Text Example
White with #3E189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E189F; }
p { color: rgb(62,24,159); }
H1.HeaderClassName
{
color: #3E189F;
}
.AnyTagClassName
{
color: #3E189F;
}
</style>
background-color css
<style>
a { background-color: #3E189F; }
a { background-color: rgb(62,24,159); }
div.DivClassName
{
background-color: #3E189F;
}
.BgClassName
{
background-color: #3E189F;
}
</style>
border-color css
<style>
span { border-color: #3E189F; }
span { border-color: rgb(62,24,159); }
td.TdClassName
{
border-color: #3E189F;
}
.TagClassName
{
border-color: #3E189F;
}
</style>