Shades of Persian Indigo #2E247F
Tints of Persian Indigo #2E247F
RGB
CMYK
RGB Variations
Color information
#2E247F (or 0x2E247F) is known color: Persian Indigo. HEX triplet: 2E, 24 and 7F. RGB value is (46,36,127). Sum of RGB (Red+Green+Blue) = 46+36+127=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E247F is #D1DB80. Grayscale: #313131. Windows color (decimal): -13753217 or 8332334. OLE color: 8332334.
HSL color Cylindrical-coordinate representation of color #2E247F: hue angle of 246.59º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E247F is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 36 | 127 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.50 |
| HSL | 246.59º | 0.56% | 0.32% | - |
| HSV(B) | 246.59º | 0.72% | 0.5% | - |
| XYZ | 5.59 | 3.37 | 20.44 | - |
| YUV | 49.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 127 | 0.64 | 0.72 | 0 | 0.50 | 246.59 | 0.56 | 0.32 |
| Hex | 2E | 24 | 7F | 40 | 48 | 0 | 32 | F7 | 38 | 20 |
| Octal | 56 | 44 | 177 | 100 | 110 | 0 | 62 | 367 | 70 | 40 |
| Binary | 101110 | 100100 | 1111111 | 1000000 | 1001000 | 0 | 110010 | 11110111 | 111000 | 100000 |
Color Harmonies of #2E247F
Complementary color
Monochromatic Colors of #2E247F
Black with #2E247F
Text Example
Text Example
White with #2E247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E247F; }
p { color: rgb(46,36,127); }
H1.HeaderClassName
{
color: #2E247F;
}
.AnyTagClassName
{
color: #2E247F;
}
</style>
background-color css
<style>
a { background-color: #2E247F; }
a { background-color: rgb(46,36,127); }
div.DivClassName
{
background-color: #2E247F;
}
.BgClassName
{
background-color: #2E247F;
}
</style>
border-color css
<style>
span { border-color: #2E247F; }
span { border-color: rgb(46,36,127); }
td.TdClassName
{
border-color: #2E247F;
}
.TagClassName
{
border-color: #2E247F;
}
</style>