Shades of Persian Indigo #2E258A
Tints of Persian Indigo #2E258A
RGB
CMYK
RGB Variations
Color information
#2E258A (or 0x2E258A) is known color: Persian Indigo. HEX triplet: 2E, 25 and 8A. RGB value is (46,37,138). Sum of RGB (Red+Green+Blue) = 46+37+138=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E258A is #D1DA75. Grayscale: #323232. Windows color (decimal): -13752950 or 9053486. OLE color: 9053486.
HSL color Cylindrical-coordinate representation of color #2E258A: hue angle of 245.35º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E258A is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 37 | 138 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.46 |
| HSL | 245.35º | 0.58% | 0.34% | - |
| HSV(B) | 245.35º | 0.73% | 0.54% | - |
| XYZ | 6.38 | 3.74 | 24.43 | - |
| YUV | 51.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 138 | 0.67 | 0.73 | 0 | 0.46 | 245.35 | 0.58 | 0.34 |
| Hex | 2E | 25 | 8A | 43 | 49 | 0 | 2E | F5 | 3A | 22 |
| Octal | 56 | 45 | 212 | 103 | 111 | 0 | 56 | 365 | 72 | 42 |
| Binary | 101110 | 100101 | 10001010 | 1000011 | 1001001 | 0 | 101110 | 11110101 | 111010 | 100010 |
Color Harmonies of #2E258A
Complementary color
Monochromatic Colors of #2E258A
Black with #2E258A
Text Example
Text Example
White with #2E258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E258A; }
p { color: rgb(46,37,138); }
H1.HeaderClassName
{
color: #2E258A;
}
.AnyTagClassName
{
color: #2E258A;
}
</style>
background-color css
<style>
a { background-color: #2E258A; }
a { background-color: rgb(46,37,138); }
div.DivClassName
{
background-color: #2E258A;
}
.BgClassName
{
background-color: #2E258A;
}
</style>
border-color css
<style>
span { border-color: #2E258A; }
span { border-color: rgb(46,37,138); }
td.TdClassName
{
border-color: #2E258A;
}
.TagClassName
{
border-color: #2E258A;
}
</style>