Shades of Persian Indigo #3E109E
Tints of Persian Indigo #3E109E
RGB
CMYK
RGB Variations
Color information
#3E109E (or 0x3E109E) is known color: Persian Indigo. HEX triplet: 3E, 10 and 9E. RGB value is (62,16,158). Sum of RGB (Red+Green+Blue) = 62+16+158=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E109E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E109E is #C1EF61. Grayscale: #2D2D2D. Windows color (decimal): -12709730 or 10358846. OLE color: 10358846.
HSL color Cylindrical-coordinate representation of color #3E109E: hue angle of 259.44º 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 #3E109E is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 16 | 158 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.38 |
| HSL | 259.44º | 0.82% | 0.34% | - |
| HSV(B) | 259.44º | 0.9% | 0.62% | - |
| XYZ | 8.34 | 3.86 | 32.65 | - |
| YUV | 45.94 | 191.24 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 158 | 0.61 | 0.90 | 0 | 0.38 | 259.44 | 0.82 | 0.34 |
| Hex | 3E | 10 | 9E | 3D | 5A | 0 | 26 | 103 | 52 | 22 |
| Octal | 76 | 20 | 236 | 75 | 132 | 0 | 46 | 403 | 122 | 42 |
| Binary | 111110 | 10000 | 10011110 | 111101 | 1011010 | 0 | 100110 | 100000011 | 1010010 | 100010 |
Color Harmonies of #3E109E
Complementary color
Monochromatic Colors of #3E109E
Black with #3E109E
Text Example
Text Example
White with #3E109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E109E; }
p { color: rgb(62,16,158); }
H1.HeaderClassName
{
color: #3E109E;
}
.AnyTagClassName
{
color: #3E109E;
}
</style>
background-color css
<style>
a { background-color: #3E109E; }
a { background-color: rgb(62,16,158); }
div.DivClassName
{
background-color: #3E109E;
}
.BgClassName
{
background-color: #3E109E;
}
</style>
border-color css
<style>
span { border-color: #3E109E; }
span { border-color: rgb(62,16,158); }
td.TdClassName
{
border-color: #3E109E;
}
.TagClassName
{
border-color: #3E109E;
}
</style>