Shades of Persian Indigo #2E1376
Tints of Persian Indigo #2E1376
RGB
CMYK
RGB Variations
Color information
#2E1376 (or 0x2E1376) is known color: Persian Indigo. HEX triplet: 2E, 13 and 76. RGB value is (46,19,118). Sum of RGB (Red+Green+Blue) = 46+19+118=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E1376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1376 is #D1EC89. Grayscale: #252525. Windows color (decimal): -13757578 or 7738158. OLE color: 7738158.
HSL color Cylindrical-coordinate representation of color #2E1376: hue angle of 256.36º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E1376 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 19 | 118 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.54 |
| HSL | 256.36º | 0.72% | 0.27% | - |
| HSV(B) | 256.36º | 0.84% | 0.46% | - |
| XYZ | 4.63 | 2.35 | 17.35 | - |
| YUV | 38.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 118 | 0.61 | 0.84 | 0 | 0.54 | 256.36 | 0.72 | 0.27 |
| Hex | 2E | 13 | 76 | 3D | 54 | 0 | 36 | 100 | 48 | 1B |
| Octal | 56 | 23 | 166 | 75 | 124 | 0 | 66 | 400 | 110 | 33 |
| Binary | 101110 | 10011 | 1110110 | 111101 | 1010100 | 0 | 110110 | 100000000 | 1001000 | 11011 |
Color Harmonies of #2E1376
Complementary color
Monochromatic Colors of #2E1376
Black with #2E1376
Text Example
Text Example
White with #2E1376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1376; }
p { color: rgb(46,19,118); }
H1.HeaderClassName
{
color: #2E1376;
}
.AnyTagClassName
{
color: #2E1376;
}
</style>
background-color css
<style>
a { background-color: #2E1376; }
a { background-color: rgb(46,19,118); }
div.DivClassName
{
background-color: #2E1376;
}
.BgClassName
{
background-color: #2E1376;
}
</style>
border-color css
<style>
span { border-color: #2E1376; }
span { border-color: rgb(46,19,118); }
td.TdClassName
{
border-color: #2E1376;
}
.TagClassName
{
border-color: #2E1376;
}
</style>