Shades of Persian Indigo #3E1277
Tints of Persian Indigo #3E1277
RGB
CMYK
RGB Variations
Color information
#3E1277 (or 0x3E1277) is known color: Persian Indigo. HEX triplet: 3E, 12 and 77. RGB value is (62,18,119). Sum of RGB (Red+Green+Blue) = 62+18+119=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E1277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1277 is #C1ED88. Grayscale: #2A2A2A. Windows color (decimal): -12709257 or 7803454. OLE color: 7803454.
HSL color Cylindrical-coordinate representation of color #3E1277: hue angle of 266.14º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1277 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 18 | 119 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.53 |
| HSL | 266.14º | 0.74% | 0.27% | - |
| HSV(B) | 266.14º | 0.85% | 0.47% | - |
| XYZ | 5.53 | 2.79 | 17.7 | - |
| YUV | 42.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 119 | 0.48 | 0.85 | 0 | 0.53 | 266.14 | 0.74 | 0.27 |
| Hex | 3E | 12 | 77 | 30 | 55 | 0 | 35 | 10A | 4A | 1B |
| Octal | 76 | 22 | 167 | 60 | 125 | 0 | 65 | 412 | 112 | 33 |
| Binary | 111110 | 10010 | 1110111 | 110000 | 1010101 | 0 | 110101 | 100001010 | 1001010 | 11011 |
Color Harmonies of #3E1277
Complementary color
Monochromatic Colors of #3E1277
Black with #3E1277
Text Example
Text Example
White with #3E1277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1277; }
p { color: rgb(62,18,119); }
H1.HeaderClassName
{
color: #3E1277;
}
.AnyTagClassName
{
color: #3E1277;
}
</style>
background-color css
<style>
a { background-color: #3E1277; }
a { background-color: rgb(62,18,119); }
div.DivClassName
{
background-color: #3E1277;
}
.BgClassName
{
background-color: #3E1277;
}
</style>
border-color css
<style>
span { border-color: #3E1277; }
span { border-color: rgb(62,18,119); }
td.TdClassName
{
border-color: #3E1277;
}
.TagClassName
{
border-color: #3E1277;
}
</style>