Shades of Persian Indigo #2E1B8A
Tints of Persian Indigo #2E1B8A
RGB
CMYK
RGB Variations
Color information
#2E1B8A (or 0x2E1B8A) is known color: Persian Indigo. HEX triplet: 2E, 1B and 8A. RGB value is (46,27,138). Sum of RGB (Red+Green+Blue) = 46+27+138=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E1B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1B8A is #D1E475. Grayscale: #2C2C2C. Windows color (decimal): -13755510 or 9050926. OLE color: 9050926.
HSL color Cylindrical-coordinate representation of color #2E1B8A: hue angle of 250.27º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E1B8A is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 27 | 138 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.46 |
| HSL | 250.27º | 0.67% | 0.32% | - |
| HSV(B) | 250.27º | 0.8% | 0.54% | - |
| XYZ | 6.11 | 3.2 | 24.34 | - |
| YUV | 45.34 | 180.29 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 138 | 0.67 | 0.80 | 0 | 0.46 | 250.27 | 0.67 | 0.32 |
| Hex | 2E | 1B | 8A | 43 | 50 | 0 | 2E | FA | 43 | 20 |
| Octal | 56 | 33 | 212 | 103 | 120 | 0 | 56 | 372 | 103 | 40 |
| Binary | 101110 | 11011 | 10001010 | 1000011 | 1010000 | 0 | 101110 | 11111010 | 1000011 | 100000 |
Color Harmonies of #2E1B8A
Complementary color
Monochromatic Colors of #2E1B8A
Black with #2E1B8A
Text Example
Text Example
White with #2E1B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1B8A; }
p { color: rgb(46,27,138); }
H1.HeaderClassName
{
color: #2E1B8A;
}
.AnyTagClassName
{
color: #2E1B8A;
}
</style>
background-color css
<style>
a { background-color: #2E1B8A; }
a { background-color: rgb(46,27,138); }
div.DivClassName
{
background-color: #2E1B8A;
}
.BgClassName
{
background-color: #2E1B8A;
}
</style>
border-color css
<style>
span { border-color: #2E1B8A; }
span { border-color: rgb(46,27,138); }
td.TdClassName
{
border-color: #2E1B8A;
}
.TagClassName
{
border-color: #2E1B8A;
}
</style>