Shades of Persian Indigo #2E2185
Tints of Persian Indigo #2E2185
RGB
CMYK
RGB Variations
Color information
#2E2185 (or 0x2E2185) is known color: Persian Indigo. HEX triplet: 2E, 21 and 85. RGB value is (46,33,133). Sum of RGB (Red+Green+Blue) = 46+33+133=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E2185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2185 is #D1DE7A. Grayscale: #2F2F2F. Windows color (decimal): -13753979 or 8724782. OLE color: 8724782.
HSL color Cylindrical-coordinate representation of color #2E2185: hue angle of 247.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E2185 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 33 | 133 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.48 |
| HSL | 247.8º | 0.6% | 0.33% | - |
| HSV(B) | 247.8º | 0.75% | 0.52% | - |
| XYZ | 5.9 | 3.36 | 22.53 | - |
| YUV | 48.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 133 | 0.65 | 0.75 | 0 | 0.48 | 247.8 | 0.6 | 0.33 |
| Hex | 2E | 21 | 85 | 41 | 4B | 0 | 30 | F8 | 3C | 21 |
| Octal | 56 | 41 | 205 | 101 | 113 | 0 | 60 | 370 | 74 | 41 |
| Binary | 101110 | 100001 | 10000101 | 1000001 | 1001011 | 0 | 110000 | 11111000 | 111100 | 100001 |
Color Harmonies of #2E2185
Complementary color
Monochromatic Colors of #2E2185
Black with #2E2185
Text Example
Text Example
White with #2E2185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2185; }
p { color: rgb(46,33,133); }
H1.HeaderClassName
{
color: #2E2185;
}
.AnyTagClassName
{
color: #2E2185;
}
</style>
background-color css
<style>
a { background-color: #2E2185; }
a { background-color: rgb(46,33,133); }
div.DivClassName
{
background-color: #2E2185;
}
.BgClassName
{
background-color: #2E2185;
}
</style>
border-color css
<style>
span { border-color: #2E2185; }
span { border-color: rgb(46,33,133); }
td.TdClassName
{
border-color: #2E2185;
}
.TagClassName
{
border-color: #2E2185;
}
</style>