Shades of Persian Indigo #3E1690
Tints of Persian Indigo #3E1690
RGB
CMYK
RGB Variations
Color information
#3E1690 (or 0x3E1690) is known color: Persian Indigo. HEX triplet: 3E, 16 and 90. RGB value is (62,22,144). Sum of RGB (Red+Green+Blue) = 62+22+144=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E1690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1690 is #C1E96F. Grayscale: #2F2F2F. Windows color (decimal): -12708208 or 9442878. OLE color: 9442878.
HSL color Cylindrical-coordinate representation of color #3E1690: hue angle of 259.67º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1690 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 22 | 144 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.44 |
| HSL | 259.67º | 0.73% | 0.33% | - |
| HSV(B) | 259.67º | 0.85% | 0.56% | - |
| XYZ | 7.31 | 3.61 | 26.7 | - |
| YUV | 47.87 | 182.25 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 144 | 0.57 | 0.85 | 0 | 0.44 | 259.67 | 0.73 | 0.33 |
| Hex | 3E | 16 | 90 | 39 | 55 | 0 | 2C | 104 | 49 | 21 |
| Octal | 76 | 26 | 220 | 71 | 125 | 0 | 54 | 404 | 111 | 41 |
| Binary | 111110 | 10110 | 10010000 | 111001 | 1010101 | 0 | 101100 | 100000100 | 1001001 | 100001 |
Color Harmonies of #3E1690
Complementary color
Monochromatic Colors of #3E1690
Black with #3E1690
Text Example
Text Example
White with #3E1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1690; }
p { color: rgb(62,22,144); }
H1.HeaderClassName
{
color: #3E1690;
}
.AnyTagClassName
{
color: #3E1690;
}
</style>
background-color css
<style>
a { background-color: #3E1690; }
a { background-color: rgb(62,22,144); }
div.DivClassName
{
background-color: #3E1690;
}
.BgClassName
{
background-color: #3E1690;
}
</style>
border-color css
<style>
span { border-color: #3E1690; }
span { border-color: rgb(62,22,144); }
td.TdClassName
{
border-color: #3E1690;
}
.TagClassName
{
border-color: #3E1690;
}
</style>