Shades of Persian Indigo #3E208C
Tints of Persian Indigo #3E208C
RGB
CMYK
RGB Variations
Color information
#3E208C (or 0x3E208C) is known color: Persian Indigo. HEX triplet: 3E, 20 and 8C. RGB value is (62,32,140). Sum of RGB (Red+Green+Blue) = 62+32+140=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E208C is #C1DF73. Grayscale: #343434. Windows color (decimal): -12705652 or 9183294. OLE color: 9183294.
HSL color Cylindrical-coordinate representation of color #3E208C: hue angle of 256.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E208C is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 32 | 140 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.45 |
| HSL | 256.67º | 0.63% | 0.34% | - |
| HSV(B) | 256.67º | 0.77% | 0.55% | - |
| XYZ | 7.24 | 3.95 | 25.19 | - |
| YUV | 53.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 140 | 0.56 | 0.77 | 0 | 0.45 | 256.67 | 0.63 | 0.34 |
| Hex | 3E | 20 | 8C | 38 | 4D | 0 | 2D | 101 | 3F | 22 |
| Octal | 76 | 40 | 214 | 70 | 115 | 0 | 55 | 401 | 77 | 42 |
| Binary | 111110 | 100000 | 10001100 | 111000 | 1001101 | 0 | 101101 | 100000001 | 111111 | 100010 |
Color Harmonies of #3E208C
Complementary color
Monochromatic Colors of #3E208C
Black with #3E208C
Text Example
Text Example
White with #3E208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E208C; }
p { color: rgb(62,32,140); }
H1.HeaderClassName
{
color: #3E208C;
}
.AnyTagClassName
{
color: #3E208C;
}
</style>
background-color css
<style>
a { background-color: #3E208C; }
a { background-color: rgb(62,32,140); }
div.DivClassName
{
background-color: #3E208C;
}
.BgClassName
{
background-color: #3E208C;
}
</style>
border-color css
<style>
span { border-color: #3E208C; }
span { border-color: rgb(62,32,140); }
td.TdClassName
{
border-color: #3E208C;
}
.TagClassName
{
border-color: #3E208C;
}
</style>