Shades of Persian Indigo #3E127C
Tints of Persian Indigo #3E127C
RGB
CMYK
RGB Variations
Color information
#3E127C (or 0x3E127C) is known color: Persian Indigo. HEX triplet: 3E, 12 and 7C. RGB value is (62,18,124). Sum of RGB (Red+Green+Blue) = 62+18+124=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E127C is #C1ED83. Grayscale: #2A2A2A. Windows color (decimal): -12709252 or 8131134. OLE color: 8131134.
HSL color Cylindrical-coordinate representation of color #3E127C: hue angle of 264.91º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E127C is Cyan = 0.5, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 18 | 124 | - |
| CMYK | 0.5 | 0.85 | 0 | 0.51 |
| HSL | 264.91º | 0.75% | 0.28% | - |
| HSV(B) | 264.91º | 0.85% | 0.49% | - |
| XYZ | 5.84 | 2.91 | 19.32 | - |
| YUV | 43.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 124 | 0.5 | 0.85 | 0 | 0.51 | 264.91 | 0.75 | 0.28 |
| Hex | 3E | 12 | 7C | 32 | 55 | 0 | 33 | 109 | 4B | 1C |
| Octal | 76 | 22 | 174 | 62 | 125 | 0 | 63 | 411 | 113 | 34 |
| Binary | 111110 | 10010 | 1111100 | 110010 | 1010101 | 0 | 110011 | 100001001 | 1001011 | 11100 |
Color Harmonies of #3E127C
Complementary color
Monochromatic Colors of #3E127C
Black with #3E127C
Text Example
Text Example
White with #3E127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E127C; }
p { color: rgb(62,18,124); }
H1.HeaderClassName
{
color: #3E127C;
}
.AnyTagClassName
{
color: #3E127C;
}
</style>
background-color css
<style>
a { background-color: #3E127C; }
a { background-color: rgb(62,18,124); }
div.DivClassName
{
background-color: #3E127C;
}
.BgClassName
{
background-color: #3E127C;
}
</style>
border-color css
<style>
span { border-color: #3E127C; }
span { border-color: rgb(62,18,124); }
td.TdClassName
{
border-color: #3E127C;
}
.TagClassName
{
border-color: #3E127C;
}
</style>