Shades of Persian Indigo #2E0393
Tints of Persian Indigo #2E0393
RGB
CMYK
RGB Variations
Color information
#2E0393 (or 0x2E0393) is known color: Persian Indigo. HEX triplet: 2E, 03 and 93. RGB value is (46,3,147). Sum of RGB (Red+Green+Blue) = 46+3+147=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E0393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0393 is #D1FC6C. Grayscale: #1F1F1F. Windows color (decimal): -13761645 or 9634606. OLE color: 9634606.
HSL color Cylindrical-coordinate representation of color #2E0393: hue angle of 257.92º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0393 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 3 | 147 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.42 |
| HSL | 257.92º | 0.96% | 0.29% | - |
| HSV(B) | 257.92º | 0.98% | 0.58% | - |
| XYZ | 6.43 | 2.75 | 27.8 | - |
| YUV | 32.27 | 192.75 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 147 | 0.69 | 0.98 | 0 | 0.42 | 257.92 | 0.96 | 0.29 |
| Hex | 2E | 3 | 93 | 45 | 62 | 0 | 2A | 102 | 60 | 1D |
| Octal | 56 | 3 | 223 | 105 | 142 | 0 | 52 | 402 | 140 | 35 |
| Binary | 101110 | 11 | 10010011 | 1000101 | 1100010 | 0 | 101010 | 100000010 | 1100000 | 11101 |
Color Harmonies of #2E0393
Complementary color
Monochromatic Colors of #2E0393
Black with #2E0393
Text Example
Text Example
White with #2E0393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0393; }
p { color: rgb(46,3,147); }
H1.HeaderClassName
{
color: #2E0393;
}
.AnyTagClassName
{
color: #2E0393;
}
</style>
background-color css
<style>
a { background-color: #2E0393; }
a { background-color: rgb(46,3,147); }
div.DivClassName
{
background-color: #2E0393;
}
.BgClassName
{
background-color: #2E0393;
}
</style>
border-color css
<style>
span { border-color: #2E0393; }
span { border-color: rgb(46,3,147); }
td.TdClassName
{
border-color: #2E0393;
}
.TagClassName
{
border-color: #2E0393;
}
</style>