Shades of Persian Indigo #3E1199
Tints of Persian Indigo #3E1199
RGB
CMYK
RGB Variations
Color information
#3E1199 (or 0x3E1199) is known color: Persian Indigo. HEX triplet: 3E, 11 and 99. RGB value is (62,17,153). Sum of RGB (Red+Green+Blue) = 62+17+153=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E1199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1199 is #C1EE66. Grayscale: #2D2D2D. Windows color (decimal): -12709479 or 10031422. OLE color: 10031422.
HSL color Cylindrical-coordinate representation of color #3E1199: hue angle of 259.85º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E1199 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 62 | 17 | 153 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.4 |
| HSL | 259.85º | 0.8% | 0.33% | - |
| HSV(B) | 259.85º | 0.89% | 0.6% | - |
| XYZ | 7.94 | 3.72 | 30.44 | - |
| YUV | 45.96 | 188.41 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 153 | 0.59 | 0.89 | 0 | 0.4 | 259.85 | 0.8 | 0.33 |
| Hex | 3E | 11 | 99 | 3B | 59 | 0 | 28 | 104 | 50 | 21 |
| Octal | 76 | 21 | 231 | 73 | 131 | 0 | 50 | 404 | 120 | 41 |
| Binary | 111110 | 10001 | 10011001 | 111011 | 1011001 | 0 | 101000 | 100000100 | 1010000 | 100001 |
Color Harmonies of #3E1199
Complementary color
Monochromatic Colors of #3E1199
Black with #3E1199
Text Example
Text Example
White with #3E1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1199; }
p { color: rgb(62,17,153); }
H1.HeaderClassName
{
color: #3E1199;
}
.AnyTagClassName
{
color: #3E1199;
}
</style>
background-color css
<style>
a { background-color: #3E1199; }
a { background-color: rgb(62,17,153); }
div.DivClassName
{
background-color: #3E1199;
}
.BgClassName
{
background-color: #3E1199;
}
</style>
border-color css
<style>
span { border-color: #3E1199; }
span { border-color: rgb(62,17,153); }
td.TdClassName
{
border-color: #3E1199;
}
.TagClassName
{
border-color: #3E1199;
}
</style>