Shades of Persian Indigo #2E238B
Tints of Persian Indigo #2E238B
RGB
CMYK
RGB Variations
Color information
#2E238B (or 0x2E238B) is known color: Persian Indigo. HEX triplet: 2E, 23 and 8B. RGB value is (46,35,139). Sum of RGB (Red+Green+Blue) = 46+35+139=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E238B is #D1DC74. Grayscale: #313131. Windows color (decimal): -13753461 or 9118510. OLE color: 9118510.
HSL color Cylindrical-coordinate representation of color #2E238B: hue angle of 246.35º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E238B is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 35 | 139 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.45 |
| HSL | 246.35º | 0.6% | 0.34% | - |
| HSV(B) | 246.35º | 0.75% | 0.55% | - |
| XYZ | 6.39 | 3.65 | 24.79 | - |
| YUV | 50.15 | 178.14 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 139 | 0.67 | 0.75 | 0 | 0.45 | 246.35 | 0.6 | 0.34 |
| Hex | 2E | 23 | 8B | 43 | 4B | 0 | 2D | F6 | 3C | 22 |
| Octal | 56 | 43 | 213 | 103 | 113 | 0 | 55 | 366 | 74 | 42 |
| Binary | 101110 | 100011 | 10001011 | 1000011 | 1001011 | 0 | 101101 | 11110110 | 111100 | 100010 |
Color Harmonies of #2E238B
Complementary color
Monochromatic Colors of #2E238B
Black with #2E238B
Text Example
Text Example
White with #2E238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E238B; }
p { color: rgb(46,35,139); }
H1.HeaderClassName
{
color: #2E238B;
}
.AnyTagClassName
{
color: #2E238B;
}
</style>
background-color css
<style>
a { background-color: #2E238B; }
a { background-color: rgb(46,35,139); }
div.DivClassName
{
background-color: #2E238B;
}
.BgClassName
{
background-color: #2E238B;
}
</style>
border-color css
<style>
span { border-color: #2E238B; }
span { border-color: rgb(46,35,139); }
td.TdClassName
{
border-color: #2E238B;
}
.TagClassName
{
border-color: #2E238B;
}
</style>