Shades of Persian Indigo #3E1777
Tints of Persian Indigo #3E1777
RGB
CMYK
RGB Variations
Color information
#3E1777 (or 0x3E1777) is known color: Persian Indigo. HEX triplet: 3E, 17 and 77. RGB value is (62,23,119). Sum of RGB (Red+Green+Blue) = 62+23+119=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E1777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1777 is #C1E888. Grayscale: #2D2D2D. Windows color (decimal): -12707977 or 7804734. OLE color: 7804734.
HSL color Cylindrical-coordinate representation of color #3E1777: hue angle of 264.38º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E1777 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 23 | 119 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.53 |
| HSL | 264.38º | 0.68% | 0.28% | - |
| HSV(B) | 264.38º | 0.81% | 0.47% | - |
| XYZ | 5.62 | 2.97 | 17.73 | - |
| YUV | 45.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 119 | 0.48 | 0.81 | 0 | 0.53 | 264.38 | 0.68 | 0.28 |
| Hex | 3E | 17 | 77 | 30 | 51 | 0 | 35 | 108 | 44 | 1C |
| Octal | 76 | 27 | 167 | 60 | 121 | 0 | 65 | 410 | 104 | 34 |
| Binary | 111110 | 10111 | 1110111 | 110000 | 1010001 | 0 | 110101 | 100001000 | 1000100 | 11100 |
Color Harmonies of #3E1777
Complementary color
Monochromatic Colors of #3E1777
Black with #3E1777
Text Example
Text Example
White with #3E1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1777; }
p { color: rgb(62,23,119); }
H1.HeaderClassName
{
color: #3E1777;
}
.AnyTagClassName
{
color: #3E1777;
}
</style>
background-color css
<style>
a { background-color: #3E1777; }
a { background-color: rgb(62,23,119); }
div.DivClassName
{
background-color: #3E1777;
}
.BgClassName
{
background-color: #3E1777;
}
</style>
border-color css
<style>
span { border-color: #3E1777; }
span { border-color: rgb(62,23,119); }
td.TdClassName
{
border-color: #3E1777;
}
.TagClassName
{
border-color: #3E1777;
}
</style>