Shades of Persian Indigo #2E1E75
Tints of Persian Indigo #2E1E75
RGB
CMYK
RGB Variations
Color information
#2E1E75 (or 0x2E1E75) is known color: Persian Indigo. HEX triplet: 2E, 1E and 75. RGB value is (46,30,117). Sum of RGB (Red+Green+Blue) = 46+30+117=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E1E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1E75 is #D1E18A. Grayscale: #2C2C2C. Windows color (decimal): -13754763 or 7675438. OLE color: 7675438.
HSL color Cylindrical-coordinate representation of color #2E1E75: hue angle of 251.03º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E1E75 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 30 | 117 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.54 |
| HSL | 251.03º | 0.59% | 0.29% | - |
| HSV(B) | 251.03º | 0.74% | 0.46% | - |
| XYZ | 4.8 | 2.79 | 17.12 | - |
| YUV | 44.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 30 | 117 | 0.61 | 0.74 | 0 | 0.54 | 251.03 | 0.59 | 0.29 |
| Hex | 2E | 1E | 75 | 3D | 4A | 0 | 36 | FB | 3B | 1D |
| Octal | 56 | 36 | 165 | 75 | 112 | 0 | 66 | 373 | 73 | 35 |
| Binary | 101110 | 11110 | 1110101 | 111101 | 1001010 | 0 | 110110 | 11111011 | 111011 | 11101 |
Color Harmonies of #2E1E75
Complementary color
Monochromatic Colors of #2E1E75
Black with #2E1E75
Text Example
Text Example
White with #2E1E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1E75; }
p { color: rgb(46,30,117); }
H1.HeaderClassName
{
color: #2E1E75;
}
.AnyTagClassName
{
color: #2E1E75;
}
</style>
background-color css
<style>
a { background-color: #2E1E75; }
a { background-color: rgb(46,30,117); }
div.DivClassName
{
background-color: #2E1E75;
}
.BgClassName
{
background-color: #2E1E75;
}
</style>
border-color css
<style>
span { border-color: #2E1E75; }
span { border-color: rgb(46,30,117); }
td.TdClassName
{
border-color: #2E1E75;
}
.TagClassName
{
border-color: #2E1E75;
}
</style>