Shades of Persian Indigo #2E1971
Tints of Persian Indigo #2E1971
RGB
CMYK
RGB Variations
Color information
#2E1971 (or 0x2E1971) is known color: Persian Indigo. HEX triplet: 2E, 19 and 71. RGB value is (46,25,113). Sum of RGB (Red+Green+Blue) = 46+25+113=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E1971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1971 is #D1E68E. Grayscale: #282828. Windows color (decimal): -13756047 or 7412014. OLE color: 7412014.
HSL color Cylindrical-coordinate representation of color #2E1971: hue angle of 254.32º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E1971 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 25 | 113 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.56 |
| HSL | 254.32º | 0.64% | 0.27% | - |
| HSV(B) | 254.32º | 0.78% | 0.44% | - |
| XYZ | 4.45 | 2.47 | 15.86 | - |
| YUV | 41.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 113 | 0.59 | 0.78 | 0 | 0.56 | 254.32 | 0.64 | 0.27 |
| Hex | 2E | 19 | 71 | 3B | 4E | 0 | 38 | FE | 40 | 1B |
| Octal | 56 | 31 | 161 | 73 | 116 | 0 | 70 | 376 | 100 | 33 |
| Binary | 101110 | 11001 | 1110001 | 111011 | 1001110 | 0 | 111000 | 11111110 | 1000000 | 11011 |
Color Harmonies of #2E1971
Complementary color
Monochromatic Colors of #2E1971
Black with #2E1971
Text Example
Text Example
White with #2E1971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1971; }
p { color: rgb(46,25,113); }
H1.HeaderClassName
{
color: #2E1971;
}
.AnyTagClassName
{
color: #2E1971;
}
</style>
background-color css
<style>
a { background-color: #2E1971; }
a { background-color: rgb(46,25,113); }
div.DivClassName
{
background-color: #2E1971;
}
.BgClassName
{
background-color: #2E1971;
}
</style>
border-color css
<style>
span { border-color: #2E1971; }
span { border-color: rgb(46,25,113); }
td.TdClassName
{
border-color: #2E1971;
}
.TagClassName
{
border-color: #2E1971;
}
</style>