Shades of Persian Indigo #2E2093
Tints of Persian Indigo #2E2093
RGB
CMYK
RGB Variations
Color information
#2E2093 (or 0x2E2093) is known color: Persian Indigo. HEX triplet: 2E, 20 and 93. RGB value is (46,32,147). Sum of RGB (Red+Green+Blue) = 46+32+147=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E2093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2093 is #D1DF6C. Grayscale: #303030. Windows color (decimal): -13754221 or 9642030. OLE color: 9642030.
HSL color Cylindrical-coordinate representation of color #2E2093: hue angle of 247.3º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E2093 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 32 | 147 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.42 |
| HSL | 247.3º | 0.64% | 0.35% | - |
| HSV(B) | 247.3º | 0.78% | 0.58% | - |
| XYZ | 6.91 | 3.72 | 27.96 | - |
| YUV | 49.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 147 | 0.69 | 0.78 | 0 | 0.42 | 247.3 | 0.64 | 0.35 |
| Hex | 2E | 20 | 93 | 45 | 4E | 0 | 2A | F7 | 40 | 23 |
| Octal | 56 | 40 | 223 | 105 | 116 | 0 | 52 | 367 | 100 | 43 |
| Binary | 101110 | 100000 | 10010011 | 1000101 | 1001110 | 0 | 101010 | 11110111 | 1000000 | 100011 |
Color Harmonies of #2E2093
Complementary color
Monochromatic Colors of #2E2093
Black with #2E2093
Text Example
Text Example
White with #2E2093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2093; }
p { color: rgb(46,32,147); }
H1.HeaderClassName
{
color: #2E2093;
}
.AnyTagClassName
{
color: #2E2093;
}
</style>
background-color css
<style>
a { background-color: #2E2093; }
a { background-color: rgb(46,32,147); }
div.DivClassName
{
background-color: #2E2093;
}
.BgClassName
{
background-color: #2E2093;
}
</style>
border-color css
<style>
span { border-color: #2E2093; }
span { border-color: rgb(46,32,147); }
td.TdClassName
{
border-color: #2E2093;
}
.TagClassName
{
border-color: #2E2093;
}
</style>