Shades of Persian Indigo #3E0D73
Tints of Persian Indigo #3E0D73
RGB
CMYK
RGB Variations
Color information
#3E0D73 (or 0x3E0D73) is known color: Persian Indigo. HEX triplet: 3E, 0D and 73. RGB value is (62,13,115). Sum of RGB (Red+Green+Blue) = 62+13+115=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E0D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0D73 is #C1F28C. Grayscale: #262626. Windows color (decimal): -12710541 or 7540030. OLE color: 7540030.
HSL color Cylindrical-coordinate representation of color #3E0D73: hue angle of 268.82º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E0D73 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 13 | 115 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.55 |
| HSL | 268.82º | 0.8% | 0.25% | - |
| HSV(B) | 268.82º | 0.89% | 0.45% | - |
| XYZ | 5.23 | 2.55 | 16.44 | - |
| YUV | 39.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 115 | 0.46 | 0.89 | 0 | 0.55 | 268.82 | 0.8 | 0.25 |
| Hex | 3E | D | 73 | 2E | 59 | 0 | 37 | 10D | 50 | 19 |
| Octal | 76 | 15 | 163 | 56 | 131 | 0 | 67 | 415 | 120 | 31 |
| Binary | 111110 | 1101 | 1110011 | 101110 | 1011001 | 0 | 110111 | 100001101 | 1010000 | 11001 |
Color Harmonies of #3E0D73
Complementary color
Monochromatic Colors of #3E0D73
Black with #3E0D73
Text Example
Text Example
White with #3E0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D73; }
p { color: rgb(62,13,115); }
H1.HeaderClassName
{
color: #3E0D73;
}
.AnyTagClassName
{
color: #3E0D73;
}
</style>
background-color css
<style>
a { background-color: #3E0D73; }
a { background-color: rgb(62,13,115); }
div.DivClassName
{
background-color: #3E0D73;
}
.BgClassName
{
background-color: #3E0D73;
}
</style>
border-color css
<style>
span { border-color: #3E0D73; }
span { border-color: rgb(62,13,115); }
td.TdClassName
{
border-color: #3E0D73;
}
.TagClassName
{
border-color: #3E0D73;
}
</style>