Shades of Persian Indigo #2E208A
Tints of Persian Indigo #2E208A
RGB
CMYK
RGB Variations
Color information
#2E208A (or 0x2E208A) is known color: Persian Indigo. HEX triplet: 2E, 20 and 8A. RGB value is (46,32,138). Sum of RGB (Red+Green+Blue) = 46+32+138=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E208A is #D1DF75. Grayscale: #2F2F2F. Windows color (decimal): -13754230 or 9052206. OLE color: 9052206.
HSL color Cylindrical-coordinate representation of color #2E208A: hue angle of 247.92º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E208A is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 32 | 138 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.46 |
| HSL | 247.92º | 0.62% | 0.33% | - |
| HSV(B) | 247.92º | 0.77% | 0.54% | - |
| XYZ | 6.23 | 3.45 | 24.38 | - |
| YUV | 48.27 | 178.64 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 138 | 0.67 | 0.77 | 0 | 0.46 | 247.92 | 0.62 | 0.33 |
| Hex | 2E | 20 | 8A | 43 | 4D | 0 | 2E | F8 | 3E | 21 |
| Octal | 56 | 40 | 212 | 103 | 115 | 0 | 56 | 370 | 76 | 41 |
| Binary | 101110 | 100000 | 10001010 | 1000011 | 1001101 | 0 | 101110 | 11111000 | 111110 | 100001 |
Color Harmonies of #2E208A
Complementary color
Monochromatic Colors of #2E208A
Black with #2E208A
Text Example
Text Example
White with #2E208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E208A; }
p { color: rgb(46,32,138); }
H1.HeaderClassName
{
color: #2E208A;
}
.AnyTagClassName
{
color: #2E208A;
}
</style>
background-color css
<style>
a { background-color: #2E208A; }
a { background-color: rgb(46,32,138); }
div.DivClassName
{
background-color: #2E208A;
}
.BgClassName
{
background-color: #2E208A;
}
</style>
border-color css
<style>
span { border-color: #2E208A; }
span { border-color: rgb(46,32,138); }
td.TdClassName
{
border-color: #2E208A;
}
.TagClassName
{
border-color: #2E208A;
}
</style>