Shades of Persian Indigo #2E059A
Tints of Persian Indigo #2E059A
RGB
CMYK
RGB Variations
Color information
#2E059A (or 0x2E059A) is known color: Persian Indigo. HEX triplet: 2E, 05 and 9A. RGB value is (46,5,154). Sum of RGB (Red+Green+Blue) = 46+5+154=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 154 (60.55% from 255 or 75.12% from 205); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E059A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E059A is #D1FA65. Grayscale: #212121. Windows color (decimal): -13761126 or 10093870. OLE color: 10093870.
HSL color Cylindrical-coordinate representation of color #2E059A: hue angle of 256.51º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E059A is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 5 | 154 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.40 |
| HSL | 256.51º | 0.94% | 0.31% | - |
| HSV(B) | 256.51º | 0.97% | 0.6% | - |
| XYZ | 7.01 | 3.02 | 30.79 | - |
| YUV | 34.25 | 195.58 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 154 | 0.70 | 0.97 | 0 | 0.40 | 256.51 | 0.94 | 0.31 |
| Hex | 2E | 5 | 9A | 46 | 61 | 0 | 28 | 101 | 5E | 1F |
| Octal | 56 | 5 | 232 | 106 | 141 | 0 | 50 | 401 | 136 | 37 |
| Binary | 101110 | 101 | 10011010 | 1000110 | 1100001 | 0 | 101000 | 100000001 | 1011110 | 11111 |
Color Harmonies of #2E059A
Complementary color
Monochromatic Colors of #2E059A
Black with #2E059A
Text Example
Text Example
White with #2E059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E059A; }
p { color: rgb(46,5,154); }
H1.HeaderClassName
{
color: #2E059A;
}
.AnyTagClassName
{
color: #2E059A;
}
</style>
background-color css
<style>
a { background-color: #2E059A; }
a { background-color: rgb(46,5,154); }
div.DivClassName
{
background-color: #2E059A;
}
.BgClassName
{
background-color: #2E059A;
}
</style>
border-color css
<style>
span { border-color: #2E059A; }
span { border-color: rgb(46,5,154); }
td.TdClassName
{
border-color: #2E059A;
}
.TagClassName
{
border-color: #2E059A;
}
</style>