Shades of Persian Indigo #3E1288
Tints of Persian Indigo #3E1288
RGB
CMYK
RGB Variations
Color information
#3E1288 (or 0x3E1288) is known color: Persian Indigo. HEX triplet: 3E, 12 and 88. RGB value is (62,18,136). Sum of RGB (Red+Green+Blue) = 62+18+136=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 136 (53.52% from 255 or 62.96% from 216); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E1288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1288 is #C1ED77. Grayscale: #2C2C2C. Windows color (decimal): -12709240 or 8917566. OLE color: 8917566.
HSL color Cylindrical-coordinate representation of color #3E1288: hue angle of 262.37º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1288 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 18 | 136 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.47 |
| HSL | 262.37º | 0.77% | 0.3% | - |
| HSV(B) | 262.37º | 0.87% | 0.53% | - |
| XYZ | 6.65 | 3.23 | 23.57 | - |
| YUV | 44.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 136 | 0.54 | 0.87 | 0 | 0.47 | 262.37 | 0.77 | 0.3 |
| Hex | 3E | 12 | 88 | 36 | 57 | 0 | 2F | 106 | 4D | 1E |
| Octal | 76 | 22 | 210 | 66 | 127 | 0 | 57 | 406 | 115 | 36 |
| Binary | 111110 | 10010 | 10001000 | 110110 | 1010111 | 0 | 101111 | 100000110 | 1001101 | 11110 |
Color Harmonies of #3E1288
Complementary color
Monochromatic Colors of #3E1288
Black with #3E1288
Text Example
Text Example
White with #3E1288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1288; }
p { color: rgb(62,18,136); }
H1.HeaderClassName
{
color: #3E1288;
}
.AnyTagClassName
{
color: #3E1288;
}
</style>
background-color css
<style>
a { background-color: #3E1288; }
a { background-color: rgb(62,18,136); }
div.DivClassName
{
background-color: #3E1288;
}
.BgClassName
{
background-color: #3E1288;
}
</style>
border-color css
<style>
span { border-color: #3E1288; }
span { border-color: rgb(62,18,136); }
td.TdClassName
{
border-color: #3E1288;
}
.TagClassName
{
border-color: #3E1288;
}
</style>