Shades of Persian Indigo #2E2493
Tints of Persian Indigo #2E2493
RGB
CMYK
RGB Variations
Color information
#2E2493 (or 0x2E2493) is known color: Persian Indigo. HEX triplet: 2E, 24 and 93. RGB value is (46,36,147). Sum of RGB (Red+Green+Blue) = 46+36+147=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E2493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2493 is #D1DB6C. Grayscale: #333333. Windows color (decimal): -13753197 or 9643054. OLE color: 9643054.
HSL color Cylindrical-coordinate representation of color #2E2493: hue angle of 245.41º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E2493 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 36 | 147 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.42 |
| HSL | 245.41º | 0.61% | 0.36% | - |
| HSV(B) | 245.41º | 0.76% | 0.58% | - |
| XYZ | 7.02 | 3.95 | 28 | - |
| YUV | 51.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 147 | 0.69 | 0.76 | 0 | 0.42 | 245.41 | 0.61 | 0.36 |
| Hex | 2E | 24 | 93 | 45 | 4C | 0 | 2A | F5 | 3D | 24 |
| Octal | 56 | 44 | 223 | 105 | 114 | 0 | 52 | 365 | 75 | 44 |
| Binary | 101110 | 100100 | 10010011 | 1000101 | 1001100 | 0 | 101010 | 11110101 | 111101 | 100100 |
Color Harmonies of #2E2493
Complementary color
Monochromatic Colors of #2E2493
Black with #2E2493
Text Example
Text Example
White with #2E2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2493; }
p { color: rgb(46,36,147); }
H1.HeaderClassName
{
color: #2E2493;
}
.AnyTagClassName
{
color: #2E2493;
}
</style>
background-color css
<style>
a { background-color: #2E2493; }
a { background-color: rgb(46,36,147); }
div.DivClassName
{
background-color: #2E2493;
}
.BgClassName
{
background-color: #2E2493;
}
</style>
border-color css
<style>
span { border-color: #2E2493; }
span { border-color: rgb(46,36,147); }
td.TdClassName
{
border-color: #2E2493;
}
.TagClassName
{
border-color: #2E2493;
}
</style>