Shades of Persian Indigo #2E116A
Tints of Persian Indigo #2E116A
RGB
CMYK
RGB Variations
Color information
#2E116A (or 0x2E116A) is known color: Persian Indigo. HEX triplet: 2E, 11 and 6A. RGB value is (46,17,106). Sum of RGB (Red+Green+Blue) = 46+17+106=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 106 (41.80% from 255 or 62.72% from 169); Max value from RGB is 106 - color contains mainly: blue. Hex color #2E116A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E116A is #D1EE95. Grayscale: #232323. Windows color (decimal): -13758102 or 6951214. OLE color: 6951214.
HSL color Cylindrical-coordinate representation of color #2E116A: hue angle of 259.55º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E116A is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 17 | 106 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.58 |
| HSL | 259.55º | 0.72% | 0.24% | - |
| HSV(B) | 259.55º | 0.84% | 0.42% | - |
| XYZ | 3.93 | 2.02 | 13.82 | - |
| YUV | 35.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 106 | 0.57 | 0.84 | 0 | 0.58 | 259.55 | 0.72 | 0.24 |
| Hex | 2E | 11 | 6A | 39 | 54 | 0 | 3A | 104 | 48 | 18 |
| Octal | 56 | 21 | 152 | 71 | 124 | 0 | 72 | 404 | 110 | 30 |
| Binary | 101110 | 10001 | 1101010 | 111001 | 1010100 | 0 | 111010 | 100000100 | 1001000 | 11000 |
Color Harmonies of #2E116A
Complementary color
Monochromatic Colors of #2E116A
Black with #2E116A
Text Example
Text Example
White with #2E116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E116A; }
p { color: rgb(46,17,106); }
H1.HeaderClassName
{
color: #2E116A;
}
.AnyTagClassName
{
color: #2E116A;
}
</style>
background-color css
<style>
a { background-color: #2E116A; }
a { background-color: rgb(46,17,106); }
div.DivClassName
{
background-color: #2E116A;
}
.BgClassName
{
background-color: #2E116A;
}
</style>
border-color css
<style>
span { border-color: #2E116A; }
span { border-color: rgb(46,17,106); }
td.TdClassName
{
border-color: #2E116A;
}
.TagClassName
{
border-color: #2E116A;
}
</style>