Shades of Persian Indigo #2E058B
Tints of Persian Indigo #2E058B
RGB
CMYK
RGB Variations
Color information
#2E058B (or 0x2E058B) is known color: Persian Indigo. HEX triplet: 2E, 05 and 8B. RGB value is (46,5,139). Sum of RGB (Red+Green+Blue) = 46+5+139=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E058B is #D1FA74. Grayscale: #202020. Windows color (decimal): -13761141 or 9110830. OLE color: 9110830.
HSL color Cylindrical-coordinate representation of color #2E058B: hue angle of 258.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E058B is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 5 | 139 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.45 |
| HSL | 258.36º | 0.93% | 0.28% | - |
| HSV(B) | 258.36º | 0.96% | 0.55% | - |
| XYZ | 5.84 | 2.55 | 24.61 | - |
| YUV | 32.54 | 188.08 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 139 | 0.67 | 0.96 | 0 | 0.45 | 258.36 | 0.93 | 0.28 |
| Hex | 2E | 5 | 8B | 43 | 60 | 0 | 2D | 102 | 5D | 1C |
| Octal | 56 | 5 | 213 | 103 | 140 | 0 | 55 | 402 | 135 | 34 |
| Binary | 101110 | 101 | 10001011 | 1000011 | 1100000 | 0 | 101101 | 100000010 | 1011101 | 11100 |
Color Harmonies of #2E058B
Complementary color
Monochromatic Colors of #2E058B
Black with #2E058B
Text Example
Text Example
White with #2E058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E058B; }
p { color: rgb(46,5,139); }
H1.HeaderClassName
{
color: #2E058B;
}
.AnyTagClassName
{
color: #2E058B;
}
</style>
background-color css
<style>
a { background-color: #2E058B; }
a { background-color: rgb(46,5,139); }
div.DivClassName
{
background-color: #2E058B;
}
.BgClassName
{
background-color: #2E058B;
}
</style>
border-color css
<style>
span { border-color: #2E058B; }
span { border-color: rgb(46,5,139); }
td.TdClassName
{
border-color: #2E058B;
}
.TagClassName
{
border-color: #2E058B;
}
</style>