Shades of Persian Indigo #2E1878
Tints of Persian Indigo #2E1878
RGB
CMYK
RGB Variations
Color information
#2E1878 (or 0x2E1878) is known color: Persian Indigo. HEX triplet: 2E, 18 and 78. RGB value is (46,24,120). Sum of RGB (Red+Green+Blue) = 46+24+120=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E1878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1878 is #D1E787. Grayscale: #292929. Windows color (decimal): -13756296 or 7870510. OLE color: 7870510.
HSL color Cylindrical-coordinate representation of color #2E1878: hue angle of 253.75º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E1878 is Cyan = 0.62, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 24 | 120 | - |
| CMYK | 0.62 | 0.8 | 0 | 0.53 |
| HSL | 253.75º | 0.67% | 0.28% | - |
| HSV(B) | 253.75º | 0.8% | 0.47% | - |
| XYZ | 4.84 | 2.59 | 18.01 | - |
| YUV | 41.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 120 | 0.62 | 0.8 | 0 | 0.53 | 253.75 | 0.67 | 0.28 |
| Hex | 2E | 18 | 78 | 3E | 50 | 0 | 35 | FE | 43 | 1C |
| Octal | 56 | 30 | 170 | 76 | 120 | 0 | 65 | 376 | 103 | 34 |
| Binary | 101110 | 11000 | 1111000 | 111110 | 1010000 | 0 | 110101 | 11111110 | 1000011 | 11100 |
Color Harmonies of #2E1878
Complementary color
Monochromatic Colors of #2E1878
Black with #2E1878
Text Example
Text Example
White with #2E1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1878; }
p { color: rgb(46,24,120); }
H1.HeaderClassName
{
color: #2E1878;
}
.AnyTagClassName
{
color: #2E1878;
}
</style>
background-color css
<style>
a { background-color: #2E1878; }
a { background-color: rgb(46,24,120); }
div.DivClassName
{
background-color: #2E1878;
}
.BgClassName
{
background-color: #2E1878;
}
</style>
border-color css
<style>
span { border-color: #2E1878; }
span { border-color: rgb(46,24,120); }
td.TdClassName
{
border-color: #2E1878;
}
.TagClassName
{
border-color: #2E1878;
}
</style>