Shades of Persian Indigo #3E197C
Tints of Persian Indigo #3E197C
RGB
CMYK
RGB Variations
Color information
#3E197C (or 0x3E197C) is known color: Persian Indigo. HEX triplet: 3E, 19 and 7C. RGB value is (62,25,124). Sum of RGB (Red+Green+Blue) = 62+25+124=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E197C is #C1E683. Grayscale: #2E2E2E. Windows color (decimal): -12707460 or 8132926. OLE color: 8132926.
HSL color Cylindrical-coordinate representation of color #3E197C: hue angle of 262.42º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E197C is Cyan = 0.5, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 25 | 124 | - |
| CMYK | 0.5 | 0.80 | 0 | 0.51 |
| HSL | 262.42º | 0.66% | 0.29% | - |
| HSV(B) | 262.42º | 0.8% | 0.49% | - |
| XYZ | 5.97 | 3.17 | 19.37 | - |
| YUV | 47.35 | 171.26 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 124 | 0.5 | 0.80 | 0 | 0.51 | 262.42 | 0.66 | 0.29 |
| Hex | 3E | 19 | 7C | 32 | 50 | 0 | 33 | 106 | 42 | 1D |
| Octal | 76 | 31 | 174 | 62 | 120 | 0 | 63 | 406 | 102 | 35 |
| Binary | 111110 | 11001 | 1111100 | 110010 | 1010000 | 0 | 110011 | 100000110 | 1000010 | 11101 |
Color Harmonies of #3E197C
Complementary color
Monochromatic Colors of #3E197C
Black with #3E197C
Text Example
Text Example
White with #3E197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E197C; }
p { color: rgb(62,25,124); }
H1.HeaderClassName
{
color: #3E197C;
}
.AnyTagClassName
{
color: #3E197C;
}
</style>
background-color css
<style>
a { background-color: #3E197C; }
a { background-color: rgb(62,25,124); }
div.DivClassName
{
background-color: #3E197C;
}
.BgClassName
{
background-color: #3E197C;
}
</style>
border-color css
<style>
span { border-color: #3E197C; }
span { border-color: rgb(62,25,124); }
td.TdClassName
{
border-color: #3E197C;
}
.TagClassName
{
border-color: #3E197C;
}
</style>