Shades of Persian Indigo #3E1C7A
Tints of Persian Indigo #3E1C7A
RGB
CMYK
RGB Variations
Color information
#3E1C7A (or 0x3E1C7A) is known color: Persian Indigo. HEX triplet: 3E, 1C and 7A. RGB value is (62,28,122). Sum of RGB (Red+Green+Blue) = 62+28+122=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E1C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1C7A is #C1E385. Grayscale: #303030. Windows color (decimal): -12706694 or 8002622. OLE color: 8002622.
HSL color Cylindrical-coordinate representation of color #3E1C7A: hue angle of 261.7º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E1C7A is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 28 | 122 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.52 |
| HSL | 261.7º | 0.63% | 0.29% | - |
| HSV(B) | 261.7º | 0.77% | 0.48% | - |
| XYZ | 5.91 | 3.26 | 18.73 | - |
| YUV | 48.88 | 169.26 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 28 | 122 | 0.49 | 0.77 | 0 | 0.52 | 261.7 | 0.63 | 0.29 |
| Hex | 3E | 1C | 7A | 31 | 4D | 0 | 34 | 106 | 3F | 1D |
| Octal | 76 | 34 | 172 | 61 | 115 | 0 | 64 | 406 | 77 | 35 |
| Binary | 111110 | 11100 | 1111010 | 110001 | 1001101 | 0 | 110100 | 100000110 | 111111 | 11101 |
Color Harmonies of #3E1C7A
Complementary color
Monochromatic Colors of #3E1C7A
Black with #3E1C7A
Text Example
Text Example
White with #3E1C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1C7A; }
p { color: rgb(62,28,122); }
H1.HeaderClassName
{
color: #3E1C7A;
}
.AnyTagClassName
{
color: #3E1C7A;
}
</style>
background-color css
<style>
a { background-color: #3E1C7A; }
a { background-color: rgb(62,28,122); }
div.DivClassName
{
background-color: #3E1C7A;
}
.BgClassName
{
background-color: #3E1C7A;
}
</style>
border-color css
<style>
span { border-color: #3E1C7A; }
span { border-color: rgb(62,28,122); }
td.TdClassName
{
border-color: #3E1C7A;
}
.TagClassName
{
border-color: #3E1C7A;
}
</style>