Shades of Persian Indigo #2E1471
Tints of Persian Indigo #2E1471
RGB
CMYK
RGB Variations
Color information
#2E1471 (or 0x2E1471) is known color: Persian Indigo. HEX triplet: 2E, 14 and 71. RGB value is (46,20,113). Sum of RGB (Red+Green+Blue) = 46+20+113=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E1471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1471 is #D1EB8E. Grayscale: #262626. Windows color (decimal): -13757327 or 7410734. OLE color: 7410734.
HSL color Cylindrical-coordinate representation of color #2E1471: hue angle of 256.77º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E1471 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 20 | 113 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.56 |
| HSL | 256.77º | 0.7% | 0.26% | - |
| HSV(B) | 256.77º | 0.82% | 0.44% | - |
| XYZ | 4.36 | 2.27 | 15.83 | - |
| YUV | 38.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 113 | 0.59 | 0.82 | 0 | 0.56 | 256.77 | 0.7 | 0.26 |
| Hex | 2E | 14 | 71 | 3B | 52 | 0 | 38 | 101 | 46 | 1A |
| Octal | 56 | 24 | 161 | 73 | 122 | 0 | 70 | 401 | 106 | 32 |
| Binary | 101110 | 10100 | 1110001 | 111011 | 1010010 | 0 | 111000 | 100000001 | 1000110 | 11010 |
Color Harmonies of #2E1471
Complementary color
Monochromatic Colors of #2E1471
Black with #2E1471
Text Example
Text Example
White with #2E1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1471; }
p { color: rgb(46,20,113); }
H1.HeaderClassName
{
color: #2E1471;
}
.AnyTagClassName
{
color: #2E1471;
}
</style>
background-color css
<style>
a { background-color: #2E1471; }
a { background-color: rgb(46,20,113); }
div.DivClassName
{
background-color: #2E1471;
}
.BgClassName
{
background-color: #2E1471;
}
</style>
border-color css
<style>
span { border-color: #2E1471; }
span { border-color: rgb(46,20,113); }
td.TdClassName
{
border-color: #2E1471;
}
.TagClassName
{
border-color: #2E1471;
}
</style>