Shades of Persian Indigo #2E0292
Tints of Persian Indigo #2E0292
RGB
CMYK
RGB Variations
Color information
#2E0292 (or 0x2E0292) is known color: Persian Indigo. HEX triplet: 2E, 02 and 92. RGB value is (46,2,146). Sum of RGB (Red+Green+Blue) = 46+2+146=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E0292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0292 is #D1FD6D. Grayscale: #1F1F1F. Windows color (decimal): -13761902 or 9568814. OLE color: 9568814.
HSL color Cylindrical-coordinate representation of color #2E0292: hue angle of 258.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0292 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 2 | 146 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.43 |
| HSL | 258.33º | 0.97% | 0.29% | - |
| HSV(B) | 258.33º | 0.99% | 0.57% | - |
| XYZ | 6.34 | 2.7 | 27.38 | - |
| YUV | 31.57 | 192.58 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 146 | 0.68 | 0.99 | 0 | 0.43 | 258.33 | 0.97 | 0.29 |
| Hex | 2E | 2 | 92 | 44 | 63 | 0 | 2B | 102 | 61 | 1D |
| Octal | 56 | 2 | 222 | 104 | 143 | 0 | 53 | 402 | 141 | 35 |
| Binary | 101110 | 10 | 10010010 | 1000100 | 1100011 | 0 | 101011 | 100000010 | 1100001 | 11101 |
Color Harmonies of #2E0292
Complementary color
Monochromatic Colors of #2E0292
Black with #2E0292
Text Example
Text Example
White with #2E0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0292; }
p { color: rgb(46,2,146); }
H1.HeaderClassName
{
color: #2E0292;
}
.AnyTagClassName
{
color: #2E0292;
}
</style>
background-color css
<style>
a { background-color: #2E0292; }
a { background-color: rgb(46,2,146); }
div.DivClassName
{
background-color: #2E0292;
}
.BgClassName
{
background-color: #2E0292;
}
</style>
border-color css
<style>
span { border-color: #2E0292; }
span { border-color: rgb(46,2,146); }
td.TdClassName
{
border-color: #2E0292;
}
.TagClassName
{
border-color: #2E0292;
}
</style>