Shades of Persian Indigo #2E218C
Tints of Persian Indigo #2E218C
RGB
CMYK
RGB Variations
Color information
#2E218C (or 0x2E218C) is known color: Persian Indigo. HEX triplet: 2E, 21 and 8C. RGB value is (46,33,140). Sum of RGB (Red+Green+Blue) = 46+33+140=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E218C is #D1DE73. Grayscale: #303030. Windows color (decimal): -13753972 or 9183534. OLE color: 9183534.
HSL color Cylindrical-coordinate representation of color #2E218C: hue angle of 247.29º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E218C is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 33 | 140 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.45 |
| HSL | 247.29º | 0.62% | 0.34% | - |
| HSV(B) | 247.29º | 0.76% | 0.55% | - |
| XYZ | 6.4 | 3.56 | 25.16 | - |
| YUV | 49.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 140 | 0.67 | 0.76 | 0 | 0.45 | 247.29 | 0.62 | 0.34 |
| Hex | 2E | 21 | 8C | 43 | 4C | 0 | 2D | F7 | 3E | 22 |
| Octal | 56 | 41 | 214 | 103 | 114 | 0 | 55 | 367 | 76 | 42 |
| Binary | 101110 | 100001 | 10001100 | 1000011 | 1001100 | 0 | 101101 | 11110111 | 111110 | 100010 |
Color Harmonies of #2E218C
Complementary color
Monochromatic Colors of #2E218C
Black with #2E218C
Text Example
Text Example
White with #2E218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E218C; }
p { color: rgb(46,33,140); }
H1.HeaderClassName
{
color: #2E218C;
}
.AnyTagClassName
{
color: #2E218C;
}
</style>
background-color css
<style>
a { background-color: #2E218C; }
a { background-color: rgb(46,33,140); }
div.DivClassName
{
background-color: #2E218C;
}
.BgClassName
{
background-color: #2E218C;
}
</style>
border-color css
<style>
span { border-color: #2E218C; }
span { border-color: rgb(46,33,140); }
td.TdClassName
{
border-color: #2E218C;
}
.TagClassName
{
border-color: #2E218C;
}
</style>