Shades of Persian Indigo #2E2396
Tints of Persian Indigo #2E2396
RGB
CMYK
RGB Variations
Color information
#2E2396 (or 0x2E2396) is known color: Persian Indigo. HEX triplet: 2E, 23 and 96. RGB value is (46,35,150). Sum of RGB (Red+Green+Blue) = 46+35+150=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E2396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2396 is #D1DC69. Grayscale: #323232. Windows color (decimal): -13753450 or 9839406. OLE color: 9839406.
HSL color Cylindrical-coordinate representation of color #2E2396: hue angle of 245.74º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E2396 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 35 | 150 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.41 |
| HSL | 245.74º | 0.62% | 0.36% | - |
| HSV(B) | 245.74º | 0.77% | 0.59% | - |
| XYZ | 7.23 | 3.98 | 29.24 | - |
| YUV | 51.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 150 | 0.69 | 0.77 | 0 | 0.41 | 245.74 | 0.62 | 0.36 |
| Hex | 2E | 23 | 96 | 45 | 4D | 0 | 29 | F6 | 3E | 24 |
| Octal | 56 | 43 | 226 | 105 | 115 | 0 | 51 | 366 | 76 | 44 |
| Binary | 101110 | 100011 | 10010110 | 1000101 | 1001101 | 0 | 101001 | 11110110 | 111110 | 100100 |
Color Harmonies of #2E2396
Complementary color
Monochromatic Colors of #2E2396
Black with #2E2396
Text Example
Text Example
White with #2E2396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2396; }
p { color: rgb(46,35,150); }
H1.HeaderClassName
{
color: #2E2396;
}
.AnyTagClassName
{
color: #2E2396;
}
</style>
background-color css
<style>
a { background-color: #2E2396; }
a { background-color: rgb(46,35,150); }
div.DivClassName
{
background-color: #2E2396;
}
.BgClassName
{
background-color: #2E2396;
}
</style>
border-color css
<style>
span { border-color: #2E2396; }
span { border-color: rgb(46,35,150); }
td.TdClassName
{
border-color: #2E2396;
}
.TagClassName
{
border-color: #2E2396;
}
</style>