Shades of Persian Indigo #2E1972
Tints of Persian Indigo #2E1972
RGB
CMYK
RGB Variations
Color information
#2E1972 (or 0x2E1972) is known color: Persian Indigo. HEX triplet: 2E, 19 and 72. RGB value is (46,25,114). Sum of RGB (Red+Green+Blue) = 46+25+114=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1972 is #D1E68D. Grayscale: #292929. Windows color (decimal): -13756046 or 7477550. OLE color: 7477550.
HSL color Cylindrical-coordinate representation of color #2E1972: hue angle of 254.16º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E1972 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 25 | 114 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.55 |
| HSL | 254.16º | 0.64% | 0.27% | - |
| HSV(B) | 254.16º | 0.78% | 0.45% | - |
| XYZ | 4.51 | 2.49 | 16.16 | - |
| YUV | 41.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 114 | 0.60 | 0.78 | 0 | 0.55 | 254.16 | 0.64 | 0.27 |
| Hex | 2E | 19 | 72 | 3C | 4E | 0 | 37 | FE | 40 | 1B |
| Octal | 56 | 31 | 162 | 74 | 116 | 0 | 67 | 376 | 100 | 33 |
| Binary | 101110 | 11001 | 1110010 | 111100 | 1001110 | 0 | 110111 | 11111110 | 1000000 | 11011 |
Color Harmonies of #2E1972
Complementary color
Monochromatic Colors of #2E1972
Black with #2E1972
Text Example
Text Example
White with #2E1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1972; }
p { color: rgb(46,25,114); }
H1.HeaderClassName
{
color: #2E1972;
}
.AnyTagClassName
{
color: #2E1972;
}
</style>
background-color css
<style>
a { background-color: #2E1972; }
a { background-color: rgb(46,25,114); }
div.DivClassName
{
background-color: #2E1972;
}
.BgClassName
{
background-color: #2E1972;
}
</style>
border-color css
<style>
span { border-color: #2E1972; }
span { border-color: rgb(46,25,114); }
td.TdClassName
{
border-color: #2E1972;
}
.TagClassName
{
border-color: #2E1972;
}
</style>