Shades of Persian Indigo #2E2186
Tints of Persian Indigo #2E2186
RGB
CMYK
RGB Variations
Color information
#2E2186 (or 0x2E2186) is known color: Persian Indigo. HEX triplet: 2E, 21 and 86. RGB value is (46,33,134). Sum of RGB (Red+Green+Blue) = 46+33+134=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 134 (52.73% from 255 or 62.91% from 213); Max value from RGB is 134 - color contains mainly: blue. Hex color #2E2186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2186 is #D1DE79. Grayscale: #303030. Windows color (decimal): -13753978 or 8790318. OLE color: 8790318.
HSL color Cylindrical-coordinate representation of color #2E2186: hue angle of 247.72º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E2186 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 33 | 134 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.47 |
| HSL | 247.72º | 0.6% | 0.33% | - |
| HSV(B) | 247.72º | 0.75% | 0.53% | - |
| XYZ | 5.97 | 3.39 | 22.89 | - |
| YUV | 48.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 134 | 0.66 | 0.75 | 0 | 0.47 | 247.72 | 0.6 | 0.33 |
| Hex | 2E | 21 | 86 | 42 | 4B | 0 | 2F | F8 | 3C | 21 |
| Octal | 56 | 41 | 206 | 102 | 113 | 0 | 57 | 370 | 74 | 41 |
| Binary | 101110 | 100001 | 10000110 | 1000010 | 1001011 | 0 | 101111 | 11111000 | 111100 | 100001 |
Color Harmonies of #2E2186
Complementary color
Monochromatic Colors of #2E2186
Black with #2E2186
Text Example
Text Example
White with #2E2186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2186; }
p { color: rgb(46,33,134); }
H1.HeaderClassName
{
color: #2E2186;
}
.AnyTagClassName
{
color: #2E2186;
}
</style>
background-color css
<style>
a { background-color: #2E2186; }
a { background-color: rgb(46,33,134); }
div.DivClassName
{
background-color: #2E2186;
}
.BgClassName
{
background-color: #2E2186;
}
</style>
border-color css
<style>
span { border-color: #2E2186; }
span { border-color: rgb(46,33,134); }
td.TdClassName
{
border-color: #2E2186;
}
.TagClassName
{
border-color: #2E2186;
}
</style>