Shades of Persian Indigo #2E019A
Tints of Persian Indigo #2E019A
RGB
CMYK
RGB Variations
Color information
#2E019A (or 0x2E019A) is known color: Persian Indigo. HEX triplet: 2E, 01 and 9A. RGB value is (46,1,154). Sum of RGB (Red+Green+Blue) = 46+1+154=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 154 (60.55% from 255 or 76.62% from 201); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E019A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E019A is #D1FE65. Grayscale: #1F1F1F. Windows color (decimal): -13762150 or 10092846. OLE color: 10092846.
HSL color Cylindrical-coordinate representation of color #2E019A: hue angle of 257.65º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E019A is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 1 | 154 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.40 |
| HSL | 257.65º | 0.99% | 0.3% | - |
| HSV(B) | 257.65º | 0.99% | 0.6% | - |
| XYZ | 6.97 | 2.94 | 30.77 | - |
| YUV | 31.9 | 196.91 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 154 | 0.70 | 0.99 | 0 | 0.40 | 257.65 | 0.99 | 0.3 |
| Hex | 2E | 1 | 9A | 46 | 63 | 0 | 28 | 102 | 63 | 1E |
| Octal | 56 | 1 | 232 | 106 | 143 | 0 | 50 | 402 | 143 | 36 |
| Binary | 101110 | 1 | 10011010 | 1000110 | 1100011 | 0 | 101000 | 100000010 | 1100011 | 11110 |
Color Harmonies of #2E019A
Complementary color
Monochromatic Colors of #2E019A
Black with #2E019A
Text Example
Text Example
White with #2E019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E019A; }
p { color: rgb(46,1,154); }
H1.HeaderClassName
{
color: #2E019A;
}
.AnyTagClassName
{
color: #2E019A;
}
</style>
background-color css
<style>
a { background-color: #2E019A; }
a { background-color: rgb(46,1,154); }
div.DivClassName
{
background-color: #2E019A;
}
.BgClassName
{
background-color: #2E019A;
}
</style>
border-color css
<style>
span { border-color: #2E019A; }
span { border-color: rgb(46,1,154); }
td.TdClassName
{
border-color: #2E019A;
}
.TagClassName
{
border-color: #2E019A;
}
</style>