Shades of Persian Indigo #2E0198
Tints of Persian Indigo #2E0198
RGB
CMYK
RGB Variations
Color information
#2E0198 (or 0x2E0198) is known color: Persian Indigo. HEX triplet: 2E, 01 and 98. RGB value is (46,1,152). Sum of RGB (Red+Green+Blue) = 46+1+152=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #2E0198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0198 is #D1FE67. Grayscale: #1F1F1F. Windows color (decimal): -13762152 or 9961774. OLE color: 9961774.
HSL color Cylindrical-coordinate representation of color #2E0198: hue angle of 257.88º 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 #2E0198 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 1 | 152 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.40 |
| HSL | 257.88º | 0.99% | 0.3% | - |
| HSV(B) | 257.88º | 0.99% | 0.6% | - |
| XYZ | 6.81 | 2.87 | 29.9 | - |
| YUV | 31.67 | 195.91 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 152 | 0.70 | 0.99 | 0 | 0.40 | 257.88 | 0.99 | 0.3 |
| Hex | 2E | 1 | 98 | 46 | 63 | 0 | 28 | 102 | 63 | 1E |
| Octal | 56 | 1 | 230 | 106 | 143 | 0 | 50 | 402 | 143 | 36 |
| Binary | 101110 | 1 | 10011000 | 1000110 | 1100011 | 0 | 101000 | 100000010 | 1100011 | 11110 |
Color Harmonies of #2E0198
Complementary color
Monochromatic Colors of #2E0198
Black with #2E0198
Text Example
Text Example
White with #2E0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0198; }
p { color: rgb(46,1,152); }
H1.HeaderClassName
{
color: #2E0198;
}
.AnyTagClassName
{
color: #2E0198;
}
</style>
background-color css
<style>
a { background-color: #2E0198; }
a { background-color: rgb(46,1,152); }
div.DivClassName
{
background-color: #2E0198;
}
.BgClassName
{
background-color: #2E0198;
}
</style>
border-color css
<style>
span { border-color: #2E0198; }
span { border-color: rgb(46,1,152); }
td.TdClassName
{
border-color: #2E0198;
}
.TagClassName
{
border-color: #2E0198;
}
</style>