Shades of Persian Indigo #2E2176
Tints of Persian Indigo #2E2176
RGB
CMYK
RGB Variations
Color information
#2E2176 (or 0x2E2176) is known color: Persian Indigo. HEX triplet: 2E, 21 and 76. RGB value is (46,33,118). Sum of RGB (Red+Green+Blue) = 46+33+118=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E2176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2176 is #D1DE89. Grayscale: #2E2E2E. Windows color (decimal): -13753994 or 7741742. OLE color: 7741742.
HSL color Cylindrical-coordinate representation of color #2E2176: hue angle of 249.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E2176 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 33 | 118 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.54 |
| HSL | 249.18º | 0.56% | 0.3% | - |
| HSV(B) | 249.18º | 0.72% | 0.46% | - |
| XYZ | 4.94 | 2.98 | 17.45 | - |
| YUV | 46.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 118 | 0.61 | 0.72 | 0 | 0.54 | 249.18 | 0.56 | 0.3 |
| Hex | 2E | 21 | 76 | 3D | 48 | 0 | 36 | F9 | 38 | 1E |
| Octal | 56 | 41 | 166 | 75 | 110 | 0 | 66 | 371 | 70 | 36 |
| Binary | 101110 | 100001 | 1110110 | 111101 | 1001000 | 0 | 110110 | 11111001 | 111000 | 11110 |
Color Harmonies of #2E2176
Complementary color
Monochromatic Colors of #2E2176
Black with #2E2176
Text Example
Text Example
White with #2E2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2176; }
p { color: rgb(46,33,118); }
H1.HeaderClassName
{
color: #2E2176;
}
.AnyTagClassName
{
color: #2E2176;
}
</style>
background-color css
<style>
a { background-color: #2E2176; }
a { background-color: rgb(46,33,118); }
div.DivClassName
{
background-color: #2E2176;
}
.BgClassName
{
background-color: #2E2176;
}
</style>
border-color css
<style>
span { border-color: #2E2176; }
span { border-color: rgb(46,33,118); }
td.TdClassName
{
border-color: #2E2176;
}
.TagClassName
{
border-color: #2E2176;
}
</style>