Shades of Persian Indigo #2E029A
Tints of Persian Indigo #2E029A
RGB
CMYK
RGB Variations
Color information
#2E029A (or 0x2E029A) is known color: Persian Indigo. HEX triplet: 2E, 02 and 9A. RGB value is (46,2,154). Sum of RGB (Red+Green+Blue) = 46+2+154=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 154 (60.55% from 255 or 76.24% from 202); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E029A is #D1FD65. Grayscale: #1F1F1F. Windows color (decimal): -13761894 or 10093102. OLE color: 10093102.
HSL color Cylindrical-coordinate representation of color #2E029A: hue angle of 257.37º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E029A is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 2 | 154 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.40 |
| HSL | 257.37º | 0.97% | 0.31% | - |
| HSV(B) | 257.37º | 0.99% | 0.6% | - |
| XYZ | 6.98 | 2.96 | 30.77 | - |
| YUV | 32.48 | 196.58 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 154 | 0.70 | 0.99 | 0 | 0.40 | 257.37 | 0.97 | 0.31 |
| Hex | 2E | 2 | 9A | 46 | 63 | 0 | 28 | 101 | 61 | 1F |
| Octal | 56 | 2 | 232 | 106 | 143 | 0 | 50 | 401 | 141 | 37 |
| Binary | 101110 | 10 | 10011010 | 1000110 | 1100011 | 0 | 101000 | 100000001 | 1100001 | 11111 |
Color Harmonies of #2E029A
Complementary color
Monochromatic Colors of #2E029A
Black with #2E029A
Text Example
Text Example
White with #2E029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E029A; }
p { color: rgb(46,2,154); }
H1.HeaderClassName
{
color: #2E029A;
}
.AnyTagClassName
{
color: #2E029A;
}
</style>
background-color css
<style>
a { background-color: #2E029A; }
a { background-color: rgb(46,2,154); }
div.DivClassName
{
background-color: #2E029A;
}
.BgClassName
{
background-color: #2E029A;
}
</style>
border-color css
<style>
span { border-color: #2E029A; }
span { border-color: rgb(46,2,154); }
td.TdClassName
{
border-color: #2E029A;
}
.TagClassName
{
border-color: #2E029A;
}
</style>