Shades of Persian Indigo #2E2392
Tints of Persian Indigo #2E2392
RGB
CMYK
RGB Variations
Color information
#2E2392 (or 0x2E2392) is known color: Persian Indigo. HEX triplet: 2E, 23 and 92. RGB value is (46,35,146). Sum of RGB (Red+Green+Blue) = 46+35+146=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E2392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2392 is #D1DC6D. Grayscale: #323232. Windows color (decimal): -13753454 or 9577262. OLE color: 9577262.
HSL color Cylindrical-coordinate representation of color #2E2392: hue angle of 245.95º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E2392 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 35 | 146 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.43 |
| HSL | 245.95º | 0.61% | 0.35% | - |
| HSV(B) | 245.95º | 0.76% | 0.57% | - |
| XYZ | 6.92 | 3.86 | 27.57 | - |
| YUV | 50.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 146 | 0.68 | 0.76 | 0 | 0.43 | 245.95 | 0.61 | 0.35 |
| Hex | 2E | 23 | 92 | 44 | 4C | 0 | 2B | F6 | 3D | 23 |
| Octal | 56 | 43 | 222 | 104 | 114 | 0 | 53 | 366 | 75 | 43 |
| Binary | 101110 | 100011 | 10010010 | 1000100 | 1001100 | 0 | 101011 | 11110110 | 111101 | 100011 |
Color Harmonies of #2E2392
Complementary color
Monochromatic Colors of #2E2392
Black with #2E2392
Text Example
Text Example
White with #2E2392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2392; }
p { color: rgb(46,35,146); }
H1.HeaderClassName
{
color: #2E2392;
}
.AnyTagClassName
{
color: #2E2392;
}
</style>
background-color css
<style>
a { background-color: #2E2392; }
a { background-color: rgb(46,35,146); }
div.DivClassName
{
background-color: #2E2392;
}
.BgClassName
{
background-color: #2E2392;
}
</style>
border-color css
<style>
span { border-color: #2E2392; }
span { border-color: rgb(46,35,146); }
td.TdClassName
{
border-color: #2E2392;
}
.TagClassName
{
border-color: #2E2392;
}
</style>