Shades of Persian Indigo #2E0092
Tints of Persian Indigo #2E0092
RGB
CMYK
RGB Variations
Color information
#2E0092 (or 0x2E0092) is known color: Persian Indigo. HEX triplet: 2E, 00 and 92. RGB value is (46,0,146). Sum of RGB (Red+Green+Blue) = 46+0+146=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 146 (57.42% from 255 or 76.04% from 192); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E0092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0092 is #D1FF6D. Grayscale: #1D1D1D. Windows color (decimal): -13762414 or 9568302. OLE color: 9568302.
HSL color Cylindrical-coordinate representation of color #2E0092: hue angle of 258.9º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0092 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 0 | 146 | - |
| CMYK | 0.68 | 1 | 0 | 0.43 |
| HSL | 258.9º | 1% | 0.29% | - |
| HSV(B) | 258.9º | 1% | 0.57% | - |
| XYZ | 6.32 | 2.66 | 27.37 | - |
| YUV | 30.4 | 193.24 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 146 | 0.68 | 1 | 0 | 0.43 | 258.9 | 1 | 0.29 |
| Hex | 2E | 0 | 92 | 44 | 64 | 0 | 2B | 103 | 64 | 1D |
| Octal | 56 | 0 | 222 | 104 | 144 | 0 | 53 | 403 | 144 | 35 |
| Binary | 101110 | 0 | 10010010 | 1000100 | 1100100 | 0 | 101011 | 100000011 | 1100100 | 11101 |
Color Harmonies of #2E0092
Complementary color
Monochromatic Colors of #2E0092
Black with #2E0092
Text Example
Text Example
White with #2E0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0092; }
p { color: rgb(46,0,146); }
H1.HeaderClassName
{
color: #2E0092;
}
.AnyTagClassName
{
color: #2E0092;
}
</style>
background-color css
<style>
a { background-color: #2E0092; }
a { background-color: rgb(46,0,146); }
div.DivClassName
{
background-color: #2E0092;
}
.BgClassName
{
background-color: #2E0092;
}
</style>
border-color css
<style>
span { border-color: #2E0092; }
span { border-color: rgb(46,0,146); }
td.TdClassName
{
border-color: #2E0092;
}
.TagClassName
{
border-color: #2E0092;
}
</style>