Shades of Persian Indigo #2E187F
Tints of Persian Indigo #2E187F
RGB
CMYK
RGB Variations
Color information
#2E187F (or 0x2E187F) is known color: Persian Indigo. HEX triplet: 2E, 18 and 7F. RGB value is (46,24,127). Sum of RGB (Red+Green+Blue) = 46+24+127=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E187F is #D1E780. Grayscale: #292929. Windows color (decimal): -13756289 or 8329262. OLE color: 8329262.
HSL color Cylindrical-coordinate representation of color #2E187F: hue angle of 252.82º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E187F is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 24 | 127 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.50 |
| HSL | 252.82º | 0.68% | 0.3% | - |
| HSV(B) | 252.82º | 0.81% | 0.5% | - |
| XYZ | 5.28 | 2.77 | 20.33 | - |
| YUV | 42.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 127 | 0.64 | 0.81 | 0 | 0.50 | 252.82 | 0.68 | 0.3 |
| Hex | 2E | 18 | 7F | 40 | 51 | 0 | 32 | FD | 44 | 1E |
| Octal | 56 | 30 | 177 | 100 | 121 | 0 | 62 | 375 | 104 | 36 |
| Binary | 101110 | 11000 | 1111111 | 1000000 | 1010001 | 0 | 110010 | 11111101 | 1000100 | 11110 |
Color Harmonies of #2E187F
Complementary color
Monochromatic Colors of #2E187F
Black with #2E187F
Text Example
Text Example
White with #2E187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E187F; }
p { color: rgb(46,24,127); }
H1.HeaderClassName
{
color: #2E187F;
}
.AnyTagClassName
{
color: #2E187F;
}
</style>
background-color css
<style>
a { background-color: #2E187F; }
a { background-color: rgb(46,24,127); }
div.DivClassName
{
background-color: #2E187F;
}
.BgClassName
{
background-color: #2E187F;
}
</style>
border-color css
<style>
span { border-color: #2E187F; }
span { border-color: rgb(46,24,127); }
td.TdClassName
{
border-color: #2E187F;
}
.TagClassName
{
border-color: #2E187F;
}
</style>