Shades of Persian Indigo #2E1784
Tints of Persian Indigo #2E1784
RGB
CMYK
RGB Variations
Color information
#2E1784 (or 0x2E1784) is known color: Persian Indigo. HEX triplet: 2E, 17 and 84. RGB value is (46,23,132). Sum of RGB (Red+Green+Blue) = 46+23+132=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E1784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1784 is #D1E87B. Grayscale: #292929. Windows color (decimal): -13756540 or 8656686. OLE color: 8656686.
HSL color Cylindrical-coordinate representation of color #2E1784: hue angle of 252.66º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E1784 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 23 | 132 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.48 |
| HSL | 252.66º | 0.7% | 0.3% | - |
| HSV(B) | 252.66º | 0.83% | 0.52% | - |
| XYZ | 5.6 | 2.86 | 22.09 | - |
| YUV | 42.3 | 178.62 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 132 | 0.65 | 0.83 | 0 | 0.48 | 252.66 | 0.7 | 0.3 |
| Hex | 2E | 17 | 84 | 41 | 53 | 0 | 30 | FD | 46 | 1E |
| Octal | 56 | 27 | 204 | 101 | 123 | 0 | 60 | 375 | 106 | 36 |
| Binary | 101110 | 10111 | 10000100 | 1000001 | 1010011 | 0 | 110000 | 11111101 | 1000110 | 11110 |
Color Harmonies of #2E1784
Complementary color
Monochromatic Colors of #2E1784
Black with #2E1784
Text Example
Text Example
White with #2E1784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1784; }
p { color: rgb(46,23,132); }
H1.HeaderClassName
{
color: #2E1784;
}
.AnyTagClassName
{
color: #2E1784;
}
</style>
background-color css
<style>
a { background-color: #2E1784; }
a { background-color: rgb(46,23,132); }
div.DivClassName
{
background-color: #2E1784;
}
.BgClassName
{
background-color: #2E1784;
}
</style>
border-color css
<style>
span { border-color: #2E1784; }
span { border-color: rgb(46,23,132); }
td.TdClassName
{
border-color: #2E1784;
}
.TagClassName
{
border-color: #2E1784;
}
</style>