Shades of Persian Indigo #2E248B
Tints of Persian Indigo #2E248B
RGB
CMYK
RGB Variations
Color information
#2E248B (or 0x2E248B) is known color: Persian Indigo. HEX triplet: 2E, 24 and 8B. RGB value is (46,36,139). Sum of RGB (Red+Green+Blue) = 46+36+139=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E248B is #D1DB74. Grayscale: #323232. Windows color (decimal): -13753205 or 9118766. OLE color: 9118766.
HSL color Cylindrical-coordinate representation of color #2E248B: hue angle of 245.83º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E248B is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 36 | 139 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.45 |
| HSL | 245.83º | 0.59% | 0.34% | - |
| HSV(B) | 245.83º | 0.74% | 0.55% | - |
| XYZ | 6.42 | 3.71 | 24.8 | - |
| YUV | 50.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 139 | 0.67 | 0.74 | 0 | 0.45 | 245.83 | 0.59 | 0.34 |
| Hex | 2E | 24 | 8B | 43 | 4A | 0 | 2D | F6 | 3B | 22 |
| Octal | 56 | 44 | 213 | 103 | 112 | 0 | 55 | 366 | 73 | 42 |
| Binary | 101110 | 100100 | 10001011 | 1000011 | 1001010 | 0 | 101101 | 11110110 | 111011 | 100010 |
Color Harmonies of #2E248B
Complementary color
Monochromatic Colors of #2E248B
Black with #2E248B
Text Example
Text Example
White with #2E248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E248B; }
p { color: rgb(46,36,139); }
H1.HeaderClassName
{
color: #2E248B;
}
.AnyTagClassName
{
color: #2E248B;
}
</style>
background-color css
<style>
a { background-color: #2E248B; }
a { background-color: rgb(46,36,139); }
div.DivClassName
{
background-color: #2E248B;
}
.BgClassName
{
background-color: #2E248B;
}
</style>
border-color css
<style>
span { border-color: #2E248B; }
span { border-color: rgb(46,36,139); }
td.TdClassName
{
border-color: #2E248B;
}
.TagClassName
{
border-color: #2E248B;
}
</style>