Shades of Persian Indigo #2E187B
Tints of Persian Indigo #2E187B
RGB
CMYK
RGB Variations
Color information
#2E187B (or 0x2E187B) is known color: Persian Indigo. HEX triplet: 2E, 18 and 7B. RGB value is (46,24,123). Sum of RGB (Red+Green+Blue) = 46+24+123=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E187B is #D1E784. Grayscale: #292929. Windows color (decimal): -13756293 or 8067118. OLE color: 8067118.
HSL color Cylindrical-coordinate representation of color #2E187B: hue angle of 253.33º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E187B is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 24 | 123 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.52 |
| HSL | 253.33º | 0.67% | 0.29% | - |
| HSV(B) | 253.33º | 0.8% | 0.48% | - |
| XYZ | 5.03 | 2.66 | 18.99 | - |
| YUV | 41.86 | 173.79 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 123 | 0.63 | 0.80 | 0 | 0.52 | 253.33 | 0.67 | 0.29 |
| Hex | 2E | 18 | 7B | 3F | 50 | 0 | 34 | FD | 43 | 1D |
| Octal | 56 | 30 | 173 | 77 | 120 | 0 | 64 | 375 | 103 | 35 |
| Binary | 101110 | 11000 | 1111011 | 111111 | 1010000 | 0 | 110100 | 11111101 | 1000011 | 11101 |
Color Harmonies of #2E187B
Complementary color
Monochromatic Colors of #2E187B
Black with #2E187B
Text Example
Text Example
White with #2E187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E187B; }
p { color: rgb(46,24,123); }
H1.HeaderClassName
{
color: #2E187B;
}
.AnyTagClassName
{
color: #2E187B;
}
</style>
background-color css
<style>
a { background-color: #2E187B; }
a { background-color: rgb(46,24,123); }
div.DivClassName
{
background-color: #2E187B;
}
.BgClassName
{
background-color: #2E187B;
}
</style>
border-color css
<style>
span { border-color: #2E187B; }
span { border-color: rgb(46,24,123); }
td.TdClassName
{
border-color: #2E187B;
}
.TagClassName
{
border-color: #2E187B;
}
</style>