Shades of Persian Indigo #2E096A
Tints of Persian Indigo #2E096A
RGB
CMYK
RGB Variations
Color information
#2E096A (or 0x2E096A) is known color: Persian Indigo. HEX triplet: 2E, 09 and 6A. RGB value is (46,9,106). Sum of RGB (Red+Green+Blue) = 46+9+106=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #2E096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E096A is #D1F695. Grayscale: #1E1E1E. Windows color (decimal): -13760150 or 6949166. OLE color: 6949166.
HSL color Cylindrical-coordinate representation of color #2E096A: hue angle of 262.89º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E096A is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 9 | 106 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.58 |
| HSL | 262.89º | 0.84% | 0.23% | - |
| HSV(B) | 262.89º | 0.92% | 0.42% | - |
| XYZ | 3.83 | 1.82 | 13.78 | - |
| YUV | 31.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 106 | 0.57 | 0.92 | 0 | 0.58 | 262.89 | 0.84 | 0.23 |
| Hex | 2E | 9 | 6A | 39 | 5C | 0 | 3A | 107 | 54 | 17 |
| Octal | 56 | 11 | 152 | 71 | 134 | 0 | 72 | 407 | 124 | 27 |
| Binary | 101110 | 1001 | 1101010 | 111001 | 1011100 | 0 | 111010 | 100000111 | 1010100 | 10111 |
Color Harmonies of #2E096A
Complementary color
Monochromatic Colors of #2E096A
Black with #2E096A
Text Example
Text Example
White with #2E096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E096A; }
p { color: rgb(46,9,106); }
H1.HeaderClassName
{
color: #2E096A;
}
.AnyTagClassName
{
color: #2E096A;
}
</style>
background-color css
<style>
a { background-color: #2E096A; }
a { background-color: rgb(46,9,106); }
div.DivClassName
{
background-color: #2E096A;
}
.BgClassName
{
background-color: #2E096A;
}
</style>
border-color css
<style>
span { border-color: #2E096A; }
span { border-color: rgb(46,9,106); }
td.TdClassName
{
border-color: #2E096A;
}
.TagClassName
{
border-color: #2E096A;
}
</style>