Shades of Persian Indigo #2E1B71
Tints of Persian Indigo #2E1B71
RGB
CMYK
RGB Variations
Color information
#2E1B71 (or 0x2E1B71) is known color: Persian Indigo. HEX triplet: 2E, 1B and 71. RGB value is (46,27,113). Sum of RGB (Red+Green+Blue) = 46+27+113=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E1B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1B71 is #D1E48E. Grayscale: #2A2A2A. Windows color (decimal): -13755535 or 7412526. OLE color: 7412526.
HSL color Cylindrical-coordinate representation of color #2E1B71: hue angle of 253.26º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E1B71 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 27 | 113 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.56 |
| HSL | 253.26º | 0.61% | 0.27% | - |
| HSV(B) | 253.26º | 0.76% | 0.44% | - |
| XYZ | 4.5 | 2.56 | 15.88 | - |
| YUV | 42.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 113 | 0.59 | 0.76 | 0 | 0.56 | 253.26 | 0.61 | 0.27 |
| Hex | 2E | 1B | 71 | 3B | 4C | 0 | 38 | FD | 3D | 1B |
| Octal | 56 | 33 | 161 | 73 | 114 | 0 | 70 | 375 | 75 | 33 |
| Binary | 101110 | 11011 | 1110001 | 111011 | 1001100 | 0 | 111000 | 11111101 | 111101 | 11011 |
Color Harmonies of #2E1B71
Complementary color
Monochromatic Colors of #2E1B71
Black with #2E1B71
Text Example
Text Example
White with #2E1B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1B71; }
p { color: rgb(46,27,113); }
H1.HeaderClassName
{
color: #2E1B71;
}
.AnyTagClassName
{
color: #2E1B71;
}
</style>
background-color css
<style>
a { background-color: #2E1B71; }
a { background-color: rgb(46,27,113); }
div.DivClassName
{
background-color: #2E1B71;
}
.BgClassName
{
background-color: #2E1B71;
}
</style>
border-color css
<style>
span { border-color: #2E1B71; }
span { border-color: rgb(46,27,113); }
td.TdClassName
{
border-color: #2E1B71;
}
.TagClassName
{
border-color: #2E1B71;
}
</style>