Shades of Persian Indigo #3E1185
Tints of Persian Indigo #3E1185
RGB
CMYK
RGB Variations
Color information
#3E1185 (or 0x3E1185) is known color: Persian Indigo. HEX triplet: 3E, 11 and 85. RGB value is (62,17,133). Sum of RGB (Red+Green+Blue) = 62+17+133=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E1185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1185 is #C1EE7A. Grayscale: #2B2B2B. Windows color (decimal): -12709499 or 8720702. OLE color: 8720702.
HSL color Cylindrical-coordinate representation of color #3E1185: hue angle of 263.28º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1185 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 17 | 133 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.48 |
| HSL | 263.28º | 0.77% | 0.29% | - |
| HSV(B) | 263.28º | 0.87% | 0.52% | - |
| XYZ | 6.42 | 3.12 | 22.45 | - |
| YUV | 43.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 133 | 0.53 | 0.87 | 0 | 0.48 | 263.28 | 0.77 | 0.29 |
| Hex | 3E | 11 | 85 | 35 | 57 | 0 | 30 | 107 | 4D | 1D |
| Octal | 76 | 21 | 205 | 65 | 127 | 0 | 60 | 407 | 115 | 35 |
| Binary | 111110 | 10001 | 10000101 | 110101 | 1010111 | 0 | 110000 | 100000111 | 1001101 | 11101 |
Color Harmonies of #3E1185
Complementary color
Monochromatic Colors of #3E1185
Black with #3E1185
Text Example
Text Example
White with #3E1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1185; }
p { color: rgb(62,17,133); }
H1.HeaderClassName
{
color: #3E1185;
}
.AnyTagClassName
{
color: #3E1185;
}
</style>
background-color css
<style>
a { background-color: #3E1185; }
a { background-color: rgb(62,17,133); }
div.DivClassName
{
background-color: #3E1185;
}
.BgClassName
{
background-color: #3E1185;
}
</style>
border-color css
<style>
span { border-color: #3E1185; }
span { border-color: rgb(62,17,133); }
td.TdClassName
{
border-color: #3E1185;
}
.TagClassName
{
border-color: #3E1185;
}
</style>