Shades of Persian Indigo #2E258D
Tints of Persian Indigo #2E258D
RGB
CMYK
RGB Variations
Color information
#2E258D (or 0x2E258D) is known color: Persian Indigo. HEX triplet: 2E, 25 and 8D. RGB value is (46,37,141). Sum of RGB (Red+Green+Blue) = 46+37+141=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E258D is #D1DA72. Grayscale: #333333. Windows color (decimal): -13752947 or 9250094. OLE color: 9250094.
HSL color Cylindrical-coordinate representation of color #2E258D: hue angle of 245.19º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E258D is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 37 | 141 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.45 |
| HSL | 245.19º | 0.58% | 0.35% | - |
| HSV(B) | 245.19º | 0.74% | 0.55% | - |
| XYZ | 6.6 | 3.83 | 25.59 | - |
| YUV | 51.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 141 | 0.67 | 0.74 | 0 | 0.45 | 245.19 | 0.58 | 0.35 |
| Hex | 2E | 25 | 8D | 43 | 4A | 0 | 2D | F5 | 3A | 23 |
| Octal | 56 | 45 | 215 | 103 | 112 | 0 | 55 | 365 | 72 | 43 |
| Binary | 101110 | 100101 | 10001101 | 1000011 | 1001010 | 0 | 101101 | 11110101 | 111010 | 100011 |
Color Harmonies of #2E258D
Complementary color
Monochromatic Colors of #2E258D
Black with #2E258D
Text Example
Text Example
White with #2E258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E258D; }
p { color: rgb(46,37,141); }
H1.HeaderClassName
{
color: #2E258D;
}
.AnyTagClassName
{
color: #2E258D;
}
</style>
background-color css
<style>
a { background-color: #2E258D; }
a { background-color: rgb(46,37,141); }
div.DivClassName
{
background-color: #2E258D;
}
.BgClassName
{
background-color: #2E258D;
}
</style>
border-color css
<style>
span { border-color: #2E258D; }
span { border-color: rgb(46,37,141); }
td.TdClassName
{
border-color: #2E258D;
}
.TagClassName
{
border-color: #2E258D;
}
</style>