Shades of Persian Indigo #2E0199
Tints of Persian Indigo #2E0199
RGB
CMYK
RGB Variations
Color information
#2E0199 (or 0x2E0199) is known color: Persian Indigo. HEX triplet: 2E, 01 and 99. RGB value is (46,1,153). Sum of RGB (Red+Green+Blue) = 46+1+153=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E0199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0199 is #D1FE66. Grayscale: #1F1F1F. Windows color (decimal): -13762151 or 10027310. OLE color: 10027310.
HSL color Cylindrical-coordinate representation of color #2E0199: hue angle of 257.76º 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 #2E0199 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 1 | 153 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.4 |
| HSL | 257.76º | 0.99% | 0.3% | - |
| HSV(B) | 257.76º | 0.99% | 0.6% | - |
| XYZ | 6.89 | 2.9 | 30.33 | - |
| YUV | 31.78 | 196.41 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 153 | 0.70 | 0.99 | 0 | 0.4 | 257.76 | 0.99 | 0.3 |
| Hex | 2E | 1 | 99 | 46 | 63 | 0 | 28 | 102 | 63 | 1E |
| Octal | 56 | 1 | 231 | 106 | 143 | 0 | 50 | 402 | 143 | 36 |
| Binary | 101110 | 1 | 10011001 | 1000110 | 1100011 | 0 | 101000 | 100000010 | 1100011 | 11110 |
Color Harmonies of #2E0199
Complementary color
Monochromatic Colors of #2E0199
Black with #2E0199
Text Example
Text Example
White with #2E0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0199; }
p { color: rgb(46,1,153); }
H1.HeaderClassName
{
color: #2E0199;
}
.AnyTagClassName
{
color: #2E0199;
}
</style>
background-color css
<style>
a { background-color: #2E0199; }
a { background-color: rgb(46,1,153); }
div.DivClassName
{
background-color: #2E0199;
}
.BgClassName
{
background-color: #2E0199;
}
</style>
border-color css
<style>
span { border-color: #2E0199; }
span { border-color: rgb(46,1,153); }
td.TdClassName
{
border-color: #2E0199;
}
.TagClassName
{
border-color: #2E0199;
}
</style>