Shades of Persian Indigo #2E238C
Tints of Persian Indigo #2E238C
RGB
CMYK
RGB Variations
Color information
#2E238C (or 0x2E238C) is known color: Persian Indigo. HEX triplet: 2E, 23 and 8C. RGB value is (46,35,140). Sum of RGB (Red+Green+Blue) = 46+35+140=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E238C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E238C is #D1DC73. Grayscale: #313131. Windows color (decimal): -13753460 or 9184046. OLE color: 9184046.
HSL color Cylindrical-coordinate representation of color #2E238C: hue angle of 246.29º 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 #2E238C is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 35 | 140 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.45 |
| HSL | 246.29º | 0.6% | 0.34% | - |
| HSV(B) | 246.29º | 0.75% | 0.55% | - |
| XYZ | 6.46 | 3.68 | 25.18 | - |
| YUV | 50.26 | 178.64 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 140 | 0.67 | 0.75 | 0 | 0.45 | 246.29 | 0.6 | 0.34 |
| Hex | 2E | 23 | 8C | 43 | 4B | 0 | 2D | F6 | 3C | 22 |
| Octal | 56 | 43 | 214 | 103 | 113 | 0 | 55 | 366 | 74 | 42 |
| Binary | 101110 | 100011 | 10001100 | 1000011 | 1001011 | 0 | 101101 | 11110110 | 111100 | 100010 |
Color Harmonies of #2E238C
Complementary color
Monochromatic Colors of #2E238C
Black with #2E238C
Text Example
Text Example
White with #2E238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E238C; }
p { color: rgb(46,35,140); }
H1.HeaderClassName
{
color: #2E238C;
}
.AnyTagClassName
{
color: #2E238C;
}
</style>
background-color css
<style>
a { background-color: #2E238C; }
a { background-color: rgb(46,35,140); }
div.DivClassName
{
background-color: #2E238C;
}
.BgClassName
{
background-color: #2E238C;
}
</style>
border-color css
<style>
span { border-color: #2E238C; }
span { border-color: rgb(46,35,140); }
td.TdClassName
{
border-color: #2E238C;
}
.TagClassName
{
border-color: #2E238C;
}
</style>