Shades of Persian Indigo #2E098D
Tints of Persian Indigo #2E098D
RGB
CMYK
RGB Variations
Color information
#2E098D (or 0x2E098D) is known color: Persian Indigo. HEX triplet: 2E, 09 and 8D. RGB value is (46,9,141). Sum of RGB (Red+Green+Blue) = 46+9+141=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E098D is #D1F672. Grayscale: #222222. Windows color (decimal): -13760115 or 9242926. OLE color: 9242926.
HSL color Cylindrical-coordinate representation of color #2E098D: hue angle of 256.82º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E098D is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 9 | 141 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.45 |
| HSL | 256.82º | 0.88% | 0.29% | - |
| HSV(B) | 256.82º | 0.94% | 0.55% | - |
| XYZ | 6.03 | 2.7 | 25.4 | - |
| YUV | 35.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 141 | 0.67 | 0.94 | 0 | 0.45 | 256.82 | 0.88 | 0.29 |
| Hex | 2E | 9 | 8D | 43 | 5E | 0 | 2D | 101 | 58 | 1D |
| Octal | 56 | 11 | 215 | 103 | 136 | 0 | 55 | 401 | 130 | 35 |
| Binary | 101110 | 1001 | 10001101 | 1000011 | 1011110 | 0 | 101101 | 100000001 | 1011000 | 11101 |
Color Harmonies of #2E098D
Complementary color
Monochromatic Colors of #2E098D
Black with #2E098D
Text Example
Text Example
White with #2E098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E098D; }
p { color: rgb(46,9,141); }
H1.HeaderClassName
{
color: #2E098D;
}
.AnyTagClassName
{
color: #2E098D;
}
</style>
background-color css
<style>
a { background-color: #2E098D; }
a { background-color: rgb(46,9,141); }
div.DivClassName
{
background-color: #2E098D;
}
.BgClassName
{
background-color: #2E098D;
}
</style>
border-color css
<style>
span { border-color: #2E098D; }
span { border-color: rgb(46,9,141); }
td.TdClassName
{
border-color: #2E098D;
}
.TagClassName
{
border-color: #2E098D;
}
</style>