Shades of Persian Indigo #2E058D
Tints of Persian Indigo #2E058D
RGB
CMYK
RGB Variations
Color information
#2E058D (or 0x2E058D) is known color: Persian Indigo. HEX triplet: 2E, 05 and 8D. RGB value is (46,5,141). Sum of RGB (Red+Green+Blue) = 46+5+141=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E058D is #D1FA72. Grayscale: #202020. Windows color (decimal): -13761139 or 9241902. OLE color: 9241902.
HSL color Cylindrical-coordinate representation of color #2E058D: hue angle of 258.09º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E058D is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 5 | 141 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.45 |
| HSL | 258.09º | 0.93% | 0.29% | - |
| HSV(B) | 258.09º | 0.96% | 0.55% | - |
| XYZ | 5.99 | 2.61 | 25.39 | - |
| YUV | 32.76 | 189.08 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 141 | 0.67 | 0.96 | 0 | 0.45 | 258.09 | 0.93 | 0.29 |
| Hex | 2E | 5 | 8D | 43 | 60 | 0 | 2D | 102 | 5D | 1D |
| Octal | 56 | 5 | 215 | 103 | 140 | 0 | 55 | 402 | 135 | 35 |
| Binary | 101110 | 101 | 10001101 | 1000011 | 1100000 | 0 | 101101 | 100000010 | 1011101 | 11101 |
Color Harmonies of #2E058D
Complementary color
Monochromatic Colors of #2E058D
Black with #2E058D
Text Example
Text Example
White with #2E058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E058D; }
p { color: rgb(46,5,141); }
H1.HeaderClassName
{
color: #2E058D;
}
.AnyTagClassName
{
color: #2E058D;
}
</style>
background-color css
<style>
a { background-color: #2E058D; }
a { background-color: rgb(46,5,141); }
div.DivClassName
{
background-color: #2E058D;
}
.BgClassName
{
background-color: #2E058D;
}
</style>
border-color css
<style>
span { border-color: #2E058D; }
span { border-color: rgb(46,5,141); }
td.TdClassName
{
border-color: #2E058D;
}
.TagClassName
{
border-color: #2E058D;
}
</style>