Shades of Persian Indigo #2E1776
Tints of Persian Indigo #2E1776
RGB
CMYK
RGB Variations
Color information
#2E1776 (or 0x2E1776) is known color: Persian Indigo. HEX triplet: 2E, 17 and 76. RGB value is (46,23,118). Sum of RGB (Red+Green+Blue) = 46+23+118=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E1776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1776 is #D1E889. Grayscale: #282828. Windows color (decimal): -13756554 or 7739182. OLE color: 7739182.
HSL color Cylindrical-coordinate representation of color #2E1776: hue angle of 254.53º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E1776 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 23 | 118 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.54 |
| HSL | 254.53º | 0.67% | 0.28% | - |
| HSV(B) | 254.53º | 0.81% | 0.46% | - |
| XYZ | 4.7 | 2.5 | 17.37 | - |
| YUV | 40.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 118 | 0.61 | 0.81 | 0 | 0.54 | 254.53 | 0.67 | 0.28 |
| Hex | 2E | 17 | 76 | 3D | 51 | 0 | 36 | FF | 43 | 1C |
| Octal | 56 | 27 | 166 | 75 | 121 | 0 | 66 | 377 | 103 | 34 |
| Binary | 101110 | 10111 | 1110110 | 111101 | 1010001 | 0 | 110110 | 11111111 | 1000011 | 11100 |
Color Harmonies of #2E1776
Complementary color
Monochromatic Colors of #2E1776
Black with #2E1776
Text Example
Text Example
White with #2E1776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1776; }
p { color: rgb(46,23,118); }
H1.HeaderClassName
{
color: #2E1776;
}
.AnyTagClassName
{
color: #2E1776;
}
</style>
background-color css
<style>
a { background-color: #2E1776; }
a { background-color: rgb(46,23,118); }
div.DivClassName
{
background-color: #2E1776;
}
.BgClassName
{
background-color: #2E1776;
}
</style>
border-color css
<style>
span { border-color: #2E1776; }
span { border-color: rgb(46,23,118); }
td.TdClassName
{
border-color: #2E1776;
}
.TagClassName
{
border-color: #2E1776;
}
</style>