Shades of Persian Indigo #2E187E
Tints of Persian Indigo #2E187E
RGB
CMYK
RGB Variations
Color information
#2E187E (or 0x2E187E) is known color: Persian Indigo. HEX triplet: 2E, 18 and 7E. RGB value is (46,24,126). Sum of RGB (Red+Green+Blue) = 46+24+126=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #2E187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E187E is #D1E781. Grayscale: #292929. Windows color (decimal): -13756290 or 8263726. OLE color: 8263726.
HSL color Cylindrical-coordinate representation of color #2E187E: hue angle of 252.94º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E187E is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 24 | 126 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.51 |
| HSL | 252.94º | 0.68% | 0.29% | - |
| HSV(B) | 252.94º | 0.81% | 0.49% | - |
| XYZ | 5.22 | 2.74 | 19.99 | - |
| YUV | 42.21 | 175.29 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 126 | 0.63 | 0.81 | 0 | 0.51 | 252.94 | 0.68 | 0.29 |
| Hex | 2E | 18 | 7E | 3F | 51 | 0 | 33 | FD | 44 | 1D |
| Octal | 56 | 30 | 176 | 77 | 121 | 0 | 63 | 375 | 104 | 35 |
| Binary | 101110 | 11000 | 1111110 | 111111 | 1010001 | 0 | 110011 | 11111101 | 1000100 | 11101 |
Color Harmonies of #2E187E
Complementary color
Monochromatic Colors of #2E187E
Black with #2E187E
Text Example
Text Example
White with #2E187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E187E; }
p { color: rgb(46,24,126); }
H1.HeaderClassName
{
color: #2E187E;
}
.AnyTagClassName
{
color: #2E187E;
}
</style>
background-color css
<style>
a { background-color: #2E187E; }
a { background-color: rgb(46,24,126); }
div.DivClassName
{
background-color: #2E187E;
}
.BgClassName
{
background-color: #2E187E;
}
</style>
border-color css
<style>
span { border-color: #2E187E; }
span { border-color: rgb(46,24,126); }
td.TdClassName
{
border-color: #2E187E;
}
.TagClassName
{
border-color: #2E187E;
}
</style>