Shades of Persian Indigo #2E0091
Tints of Persian Indigo #2E0091
RGB
CMYK
RGB Variations
Color information
#2E0091 (or 0x2E0091) is known color: Persian Indigo. HEX triplet: 2E, 00 and 91. RGB value is (46,0,145). Sum of RGB (Red+Green+Blue) = 46+0+145=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E0091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0091 is #D1FF6E. Grayscale: #1D1D1D. Windows color (decimal): -13762415 or 9502766. OLE color: 9502766.
HSL color Cylindrical-coordinate representation of color #2E0091: hue angle of 259.03º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0091 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 0 | 145 | - |
| CMYK | 0.68 | 1 | 0 | 0.43 |
| HSL | 259.03º | 1% | 0.28% | - |
| HSV(B) | 259.03º | 1% | 0.57% | - |
| XYZ | 6.24 | 2.63 | 26.97 | - |
| YUV | 30.28 | 192.74 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 145 | 0.68 | 1 | 0 | 0.43 | 259.03 | 1 | 0.28 |
| Hex | 2E | 0 | 91 | 44 | 64 | 0 | 2B | 103 | 64 | 1C |
| Octal | 56 | 0 | 221 | 104 | 144 | 0 | 53 | 403 | 144 | 34 |
| Binary | 101110 | 0 | 10010001 | 1000100 | 1100100 | 0 | 101011 | 100000011 | 1100100 | 11100 |
Color Harmonies of #2E0091
Complementary color
Monochromatic Colors of #2E0091
Black with #2E0091
Text Example
Text Example
White with #2E0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0091; }
p { color: rgb(46,0,145); }
H1.HeaderClassName
{
color: #2E0091;
}
.AnyTagClassName
{
color: #2E0091;
}
</style>
background-color css
<style>
a { background-color: #2E0091; }
a { background-color: rgb(46,0,145); }
div.DivClassName
{
background-color: #2E0091;
}
.BgClassName
{
background-color: #2E0091;
}
</style>
border-color css
<style>
span { border-color: #2E0091; }
span { border-color: rgb(46,0,145); }
td.TdClassName
{
border-color: #2E0091;
}
.TagClassName
{
border-color: #2E0091;
}
</style>