Shades of Persian Indigo #2E048F
Tints of Persian Indigo #2E048F
RGB
CMYK
RGB Variations
Color information
#2E048F (or 0x2E048F) is known color: Persian Indigo. HEX triplet: 2E, 04 and 8F. RGB value is (46,4,143). Sum of RGB (Red+Green+Blue) = 46+4+143=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 143 (56.25% from 255 or 74.09% from 193); Max value from RGB is 143 - color contains mainly: blue. Hex color #2E048F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E048F is #D1FB70. Grayscale: #1F1F1F. Windows color (decimal): -13761393 or 9372718. OLE color: 9372718.
HSL color Cylindrical-coordinate representation of color #2E048F: hue angle of 258.13º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E048F is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 4 | 143 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.44 |
| HSL | 258.13º | 0.95% | 0.29% | - |
| HSV(B) | 258.13º | 0.97% | 0.56% | - |
| XYZ | 6.13 | 2.65 | 26.18 | - |
| YUV | 32.4 | 190.41 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 143 | 0.68 | 0.97 | 0 | 0.44 | 258.13 | 0.95 | 0.29 |
| Hex | 2E | 4 | 8F | 44 | 61 | 0 | 2C | 102 | 5F | 1D |
| Octal | 56 | 4 | 217 | 104 | 141 | 0 | 54 | 402 | 137 | 35 |
| Binary | 101110 | 100 | 10001111 | 1000100 | 1100001 | 0 | 101100 | 100000010 | 1011111 | 11101 |
Color Harmonies of #2E048F
Complementary color
Monochromatic Colors of #2E048F
Black with #2E048F
Text Example
Text Example
White with #2E048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E048F; }
p { color: rgb(46,4,143); }
H1.HeaderClassName
{
color: #2E048F;
}
.AnyTagClassName
{
color: #2E048F;
}
</style>
background-color css
<style>
a { background-color: #2E048F; }
a { background-color: rgb(46,4,143); }
div.DivClassName
{
background-color: #2E048F;
}
.BgClassName
{
background-color: #2E048F;
}
</style>
border-color css
<style>
span { border-color: #2E048F; }
span { border-color: rgb(46,4,143); }
td.TdClassName
{
border-color: #2E048F;
}
.TagClassName
{
border-color: #2E048F;
}
</style>