Shades of Persian Indigo #3E109F
Tints of Persian Indigo #3E109F
RGB
CMYK
RGB Variations
Color information
#3E109F (or 0x3E109F) is known color: Persian Indigo. HEX triplet: 3E, 10 and 9F. RGB value is (62,16,159). Sum of RGB (Red+Green+Blue) = 62+16+159=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E109F is #C1EF60. Grayscale: #2D2D2D. Windows color (decimal): -12709729 or 10424382. OLE color: 10424382.
HSL color Cylindrical-coordinate representation of color #3E109F: hue angle of 259.3º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E109F is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 16 | 159 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.38 |
| HSL | 259.3º | 0.82% | 0.34% | - |
| HSV(B) | 259.3º | 0.9% | 0.62% | - |
| XYZ | 8.43 | 3.9 | 33.11 | - |
| YUV | 46.06 | 191.74 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 159 | 0.61 | 0.90 | 0 | 0.38 | 259.3 | 0.82 | 0.34 |
| Hex | 3E | 10 | 9F | 3D | 5A | 0 | 26 | 103 | 52 | 22 |
| Octal | 76 | 20 | 237 | 75 | 132 | 0 | 46 | 403 | 122 | 42 |
| Binary | 111110 | 10000 | 10011111 | 111101 | 1011010 | 0 | 100110 | 100000011 | 1010010 | 100010 |
Color Harmonies of #3E109F
Complementary color
Monochromatic Colors of #3E109F
Black with #3E109F
Text Example
Text Example
White with #3E109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E109F; }
p { color: rgb(62,16,159); }
H1.HeaderClassName
{
color: #3E109F;
}
.AnyTagClassName
{
color: #3E109F;
}
</style>
background-color css
<style>
a { background-color: #3E109F; }
a { background-color: rgb(62,16,159); }
div.DivClassName
{
background-color: #3E109F;
}
.BgClassName
{
background-color: #3E109F;
}
</style>
border-color css
<style>
span { border-color: #3E109F; }
span { border-color: rgb(62,16,159); }
td.TdClassName
{
border-color: #3E109F;
}
.TagClassName
{
border-color: #3E109F;
}
</style>