Shades of Persian Indigo #3E1A73
Tints of Persian Indigo #3E1A73
RGB
CMYK
RGB Variations
Color information
#3E1A73 (or 0x3E1A73) is known color: Persian Indigo. HEX triplet: 3E, 1A and 73. RGB value is (62,26,115). Sum of RGB (Red+Green+Blue) = 62+26+115=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E1A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1A73 is #C1E58C. Grayscale: #2E2E2E. Windows color (decimal): -12707213 or 7543358. OLE color: 7543358.
HSL color Cylindrical-coordinate representation of color #3E1A73: hue angle of 264.27º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E1A73 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 26 | 115 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.55 |
| HSL | 264.27º | 0.63% | 0.28% | - |
| HSV(B) | 264.27º | 0.77% | 0.45% | - |
| XYZ | 5.45 | 3 | 16.51 | - |
| YUV | 46.91 | 166.43 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 26 | 115 | 0.46 | 0.77 | 0 | 0.55 | 264.27 | 0.63 | 0.28 |
| Hex | 3E | 1A | 73 | 2E | 4D | 0 | 37 | 108 | 3F | 1C |
| Octal | 76 | 32 | 163 | 56 | 115 | 0 | 67 | 410 | 77 | 34 |
| Binary | 111110 | 11010 | 1110011 | 101110 | 1001101 | 0 | 110111 | 100001000 | 111111 | 11100 |
Color Harmonies of #3E1A73
Complementary color
Monochromatic Colors of #3E1A73
Black with #3E1A73
Text Example
Text Example
White with #3E1A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1A73; }
p { color: rgb(62,26,115); }
H1.HeaderClassName
{
color: #3E1A73;
}
.AnyTagClassName
{
color: #3E1A73;
}
</style>
background-color css
<style>
a { background-color: #3E1A73; }
a { background-color: rgb(62,26,115); }
div.DivClassName
{
background-color: #3E1A73;
}
.BgClassName
{
background-color: #3E1A73;
}
</style>
border-color css
<style>
span { border-color: #3E1A73; }
span { border-color: rgb(62,26,115); }
td.TdClassName
{
border-color: #3E1A73;
}
.TagClassName
{
border-color: #3E1A73;
}
</style>