Shades of Persian Indigo #3E11AB
Tints of Persian Indigo #3E11AB
RGB
CMYK
RGB Variations
Color information
#3E11AB (or 0x3E11AB) is known color: Persian Indigo. HEX triplet: 3E, 11 and AB. RGB value is (62,17,171). Sum of RGB (Red+Green+Blue) = 62+17+171=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E11AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E11AB is #C1EE54. Grayscale: #2F2F2F. Windows color (decimal): -12709461 or 11211070. OLE color: 11211070.
HSL color Cylindrical-coordinate representation of color #3E11AB: hue angle of 257.53º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E11AB is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 17 | 171 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.33 |
| HSL | 257.53º | 0.82% | 0.37% | - |
| HSV(B) | 257.53º | 0.9% | 0.67% | - |
| XYZ | 9.54 | 4.37 | 38.87 | - |
| YUV | 48.01 | 197.41 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 171 | 0.64 | 0.90 | 0 | 0.33 | 257.53 | 0.82 | 0.37 |
| Hex | 3E | 11 | AB | 40 | 5A | 0 | 21 | 102 | 52 | 25 |
| Octal | 76 | 21 | 253 | 100 | 132 | 0 | 41 | 402 | 122 | 45 |
| Binary | 111110 | 10001 | 10101011 | 1000000 | 1011010 | 0 | 100001 | 100000010 | 1010010 | 100101 |
Color Harmonies of #3E11AB
Complementary color
Monochromatic Colors of #3E11AB
Black with #3E11AB
Text Example
Text Example
White with #3E11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E11AB; }
p { color: rgb(62,17,171); }
H1.HeaderClassName
{
color: #3E11AB;
}
.AnyTagClassName
{
color: #3E11AB;
}
</style>
background-color css
<style>
a { background-color: #3E11AB; }
a { background-color: rgb(62,17,171); }
div.DivClassName
{
background-color: #3E11AB;
}
.BgClassName
{
background-color: #3E11AB;
}
</style>
border-color css
<style>
span { border-color: #3E11AB; }
span { border-color: rgb(62,17,171); }
td.TdClassName
{
border-color: #3E11AB;
}
.TagClassName
{
border-color: #3E11AB;
}
</style>