Shades of Persian Indigo #2E218D
Tints of Persian Indigo #2E218D
RGB
CMYK
RGB Variations
Color information
#2E218D (or 0x2E218D) is known color: Persian Indigo. HEX triplet: 2E, 21 and 8D. RGB value is (46,33,141). Sum of RGB (Red+Green+Blue) = 46+33+141=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E218D is #D1DE72. Grayscale: #303030. Windows color (decimal): -13753971 or 9249070. OLE color: 9249070.
HSL color Cylindrical-coordinate representation of color #2E218D: hue angle of 247.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E218D is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 33 | 141 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.45 |
| HSL | 247.22º | 0.62% | 0.34% | - |
| HSV(B) | 247.22º | 0.77% | 0.55% | - |
| XYZ | 6.48 | 3.59 | 25.55 | - |
| YUV | 49.2 | 179.81 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 141 | 0.67 | 0.77 | 0 | 0.45 | 247.22 | 0.62 | 0.34 |
| Hex | 2E | 21 | 8D | 43 | 4D | 0 | 2D | F7 | 3E | 22 |
| Octal | 56 | 41 | 215 | 103 | 115 | 0 | 55 | 367 | 76 | 42 |
| Binary | 101110 | 100001 | 10001101 | 1000011 | 1001101 | 0 | 101101 | 11110111 | 111110 | 100010 |
Color Harmonies of #2E218D
Complementary color
Monochromatic Colors of #2E218D
Black with #2E218D
Text Example
Text Example
White with #2E218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E218D; }
p { color: rgb(46,33,141); }
H1.HeaderClassName
{
color: #2E218D;
}
.AnyTagClassName
{
color: #2E218D;
}
</style>
background-color css
<style>
a { background-color: #2E218D; }
a { background-color: rgb(46,33,141); }
div.DivClassName
{
background-color: #2E218D;
}
.BgClassName
{
background-color: #2E218D;
}
</style>
border-color css
<style>
span { border-color: #2E218D; }
span { border-color: rgb(46,33,141); }
td.TdClassName
{
border-color: #2E218D;
}
.TagClassName
{
border-color: #2E218D;
}
</style>