Shades of Persian Indigo #3E0D97
Tints of Persian Indigo #3E0D97
RGB
CMYK
RGB Variations
Color information
#3E0D97 (or 0x3E0D97) is known color: Persian Indigo. HEX triplet: 3E, 0D and 97. RGB value is (62,13,151). Sum of RGB (Red+Green+Blue) = 62+13+151=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 151 (59.38% from 255 or 66.81% from 226); Max value from RGB is 151 - color contains mainly: blue. Hex color #3E0D97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0D97 is #C1F268. Grayscale: #2A2A2A. Windows color (decimal): -12710505 or 9899326. OLE color: 9899326.
HSL color Cylindrical-coordinate representation of color #3E0D97: hue angle of 261.3º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E0D97 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 13 | 151 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.41 |
| HSL | 261.3º | 0.84% | 0.32% | - |
| HSV(B) | 261.3º | 0.91% | 0.59% | - |
| XYZ | 7.72 | 3.55 | 29.56 | - |
| YUV | 43.38 | 188.73 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 151 | 0.59 | 0.91 | 0 | 0.41 | 261.3 | 0.84 | 0.32 |
| Hex | 3E | D | 97 | 3B | 5B | 0 | 29 | 105 | 54 | 20 |
| Octal | 76 | 15 | 227 | 73 | 133 | 0 | 51 | 405 | 124 | 40 |
| Binary | 111110 | 1101 | 10010111 | 111011 | 1011011 | 0 | 101001 | 100000101 | 1010100 | 100000 |
Color Harmonies of #3E0D97
Complementary color
Monochromatic Colors of #3E0D97
Black with #3E0D97
Text Example
Text Example
White with #3E0D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D97; }
p { color: rgb(62,13,151); }
H1.HeaderClassName
{
color: #3E0D97;
}
.AnyTagClassName
{
color: #3E0D97;
}
</style>
background-color css
<style>
a { background-color: #3E0D97; }
a { background-color: rgb(62,13,151); }
div.DivClassName
{
background-color: #3E0D97;
}
.BgClassName
{
background-color: #3E0D97;
}
</style>
border-color css
<style>
span { border-color: #3E0D97; }
span { border-color: rgb(62,13,151); }
td.TdClassName
{
border-color: #3E0D97;
}
.TagClassName
{
border-color: #3E0D97;
}
</style>