Shades of Persian Indigo #2E2297
Tints of Persian Indigo #2E2297
RGB
CMYK
RGB Variations
Color information
#2E2297 (or 0x2E2297) is known color: Persian Indigo. HEX triplet: 2E, 22 and 97. RGB value is (46,34,151). Sum of RGB (Red+Green+Blue) = 46+34+151=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E2297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2297 is #D1DD68. Grayscale: #323232. Windows color (decimal): -13753705 or 9904686. OLE color: 9904686.
HSL color Cylindrical-coordinate representation of color #2E2297: hue angle of 246.15º degrees, saturation: 0.63, 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 #2E2297 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 34 | 151 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.41 |
| HSL | 246.15º | 0.63% | 0.36% | - |
| HSV(B) | 246.15º | 0.77% | 0.59% | - |
| XYZ | 7.28 | 3.96 | 29.66 | - |
| YUV | 50.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 151 | 0.70 | 0.77 | 0 | 0.41 | 246.15 | 0.63 | 0.36 |
| Hex | 2E | 22 | 97 | 46 | 4D | 0 | 29 | F6 | 3F | 24 |
| Octal | 56 | 42 | 227 | 106 | 115 | 0 | 51 | 366 | 77 | 44 |
| Binary | 101110 | 100010 | 10010111 | 1000110 | 1001101 | 0 | 101001 | 11110110 | 111111 | 100100 |
Color Harmonies of #2E2297
Complementary color
Monochromatic Colors of #2E2297
Black with #2E2297
Text Example
Text Example
White with #2E2297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2297; }
p { color: rgb(46,34,151); }
H1.HeaderClassName
{
color: #2E2297;
}
.AnyTagClassName
{
color: #2E2297;
}
</style>
background-color css
<style>
a { background-color: #2E2297; }
a { background-color: rgb(46,34,151); }
div.DivClassName
{
background-color: #2E2297;
}
.BgClassName
{
background-color: #2E2297;
}
</style>
border-color css
<style>
span { border-color: #2E2297; }
span { border-color: rgb(46,34,151); }
td.TdClassName
{
border-color: #2E2297;
}
.TagClassName
{
border-color: #2E2297;
}
</style>