Shades of Persian Indigo #2E098C
Tints of Persian Indigo #2E098C
RGB
CMYK
RGB Variations
Color information
#2E098C (or 0x2E098C) is known color: Persian Indigo. HEX triplet: 2E, 09 and 8C. RGB value is (46,9,140). Sum of RGB (Red+Green+Blue) = 46+9+140=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E098C is #D1F673. Grayscale: #222222. Windows color (decimal): -13760116 or 9177390. OLE color: 9177390.
HSL color Cylindrical-coordinate representation of color #2E098C: hue angle of 256.95º 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 #2E098C is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 9 | 140 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.45 |
| HSL | 256.95º | 0.88% | 0.29% | - |
| HSV(B) | 256.95º | 0.94% | 0.55% | - |
| XYZ | 5.96 | 2.67 | 25.01 | - |
| YUV | 35 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 140 | 0.67 | 0.94 | 0 | 0.45 | 256.95 | 0.88 | 0.29 |
| Hex | 2E | 9 | 8C | 43 | 5E | 0 | 2D | 101 | 58 | 1D |
| Octal | 56 | 11 | 214 | 103 | 136 | 0 | 55 | 401 | 130 | 35 |
| Binary | 101110 | 1001 | 10001100 | 1000011 | 1011110 | 0 | 101101 | 100000001 | 1011000 | 11101 |
Color Harmonies of #2E098C
Complementary color
Monochromatic Colors of #2E098C
Black with #2E098C
Text Example
Text Example
White with #2E098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E098C; }
p { color: rgb(46,9,140); }
H1.HeaderClassName
{
color: #2E098C;
}
.AnyTagClassName
{
color: #2E098C;
}
</style>
background-color css
<style>
a { background-color: #2E098C; }
a { background-color: rgb(46,9,140); }
div.DivClassName
{
background-color: #2E098C;
}
.BgClassName
{
background-color: #2E098C;
}
</style>
border-color css
<style>
span { border-color: #2E098C; }
span { border-color: rgb(46,9,140); }
td.TdClassName
{
border-color: #2E098C;
}
.TagClassName
{
border-color: #2E098C;
}
</style>