Shades of Persian Indigo #2E0899
Tints of Persian Indigo #2E0899
RGB
CMYK
RGB Variations
Color information
#2E0899 (or 0x2E0899) is known color: Persian Indigo. HEX triplet: 2E, 08 and 99. RGB value is (46,8,153). Sum of RGB (Red+Green+Blue) = 46+8+153=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E0899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0899 is #D1F766. Grayscale: #232323. Windows color (decimal): -13760359 or 10029102. OLE color: 10029102.
HSL color Cylindrical-coordinate representation of color #2E0899: hue angle of 255.72º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0899 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 8 | 153 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.4 |
| HSL | 255.72º | 0.9% | 0.32% | - |
| HSV(B) | 255.72º | 0.95% | 0.6% | - |
| XYZ | 6.96 | 3.05 | 30.36 | - |
| YUV | 35.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 153 | 0.70 | 0.95 | 0 | 0.4 | 255.72 | 0.9 | 0.32 |
| Hex | 2E | 8 | 99 | 46 | 5F | 0 | 28 | 100 | 5A | 20 |
| Octal | 56 | 10 | 231 | 106 | 137 | 0 | 50 | 400 | 132 | 40 |
| Binary | 101110 | 1000 | 10011001 | 1000110 | 1011111 | 0 | 101000 | 100000000 | 1011010 | 100000 |
Color Harmonies of #2E0899
Complementary color
Monochromatic Colors of #2E0899
Black with #2E0899
Text Example
Text Example
White with #2E0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0899; }
p { color: rgb(46,8,153); }
H1.HeaderClassName
{
color: #2E0899;
}
.AnyTagClassName
{
color: #2E0899;
}
</style>
background-color css
<style>
a { background-color: #2E0899; }
a { background-color: rgb(46,8,153); }
div.DivClassName
{
background-color: #2E0899;
}
.BgClassName
{
background-color: #2E0899;
}
</style>
border-color css
<style>
span { border-color: #2E0899; }
span { border-color: rgb(46,8,153); }
td.TdClassName
{
border-color: #2E0899;
}
.TagClassName
{
border-color: #2E0899;
}
</style>