Shades of Persian Indigo #2E0194
Tints of Persian Indigo #2E0194
RGB
CMYK
RGB Variations
Color information
#2E0194 (or 0x2E0194) is known color: Persian Indigo. HEX triplet: 2E, 01 and 94. RGB value is (46,1,148). Sum of RGB (Red+Green+Blue) = 46+1+148=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 148 (58.20% from 255 or 75.90% from 195); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E0194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0194 is #D1FE6B. Grayscale: #1E1E1E. Windows color (decimal): -13762156 or 9699630. OLE color: 9699630.
HSL color Cylindrical-coordinate representation of color #2E0194: hue angle of 258.37º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0194 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 1 | 148 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.42 |
| HSL | 258.37º | 0.99% | 0.29% | - |
| HSV(B) | 258.37º | 0.99% | 0.58% | - |
| XYZ | 6.48 | 2.74 | 28.2 | - |
| YUV | 31.21 | 193.91 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 148 | 0.69 | 0.99 | 0 | 0.42 | 258.37 | 0.99 | 0.29 |
| Hex | 2E | 1 | 94 | 45 | 63 | 0 | 2A | 102 | 63 | 1D |
| Octal | 56 | 1 | 224 | 105 | 143 | 0 | 52 | 402 | 143 | 35 |
| Binary | 101110 | 1 | 10010100 | 1000101 | 1100011 | 0 | 101010 | 100000010 | 1100011 | 11101 |
Color Harmonies of #2E0194
Complementary color
Monochromatic Colors of #2E0194
Black with #2E0194
Text Example
Text Example
White with #2E0194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0194; }
p { color: rgb(46,1,148); }
H1.HeaderClassName
{
color: #2E0194;
}
.AnyTagClassName
{
color: #2E0194;
}
</style>
background-color css
<style>
a { background-color: #2E0194; }
a { background-color: rgb(46,1,148); }
div.DivClassName
{
background-color: #2E0194;
}
.BgClassName
{
background-color: #2E0194;
}
</style>
border-color css
<style>
span { border-color: #2E0194; }
span { border-color: rgb(46,1,148); }
td.TdClassName
{
border-color: #2E0194;
}
.TagClassName
{
border-color: #2E0194;
}
</style>