Shades of Persian Indigo #2E047B
Tints of Persian Indigo #2E047B
RGB
CMYK
RGB Variations
Color information
#2E047B (or 0x2E047B) is known color: Persian Indigo. HEX triplet: 2E, 04 and 7B. RGB value is (46,4,123). Sum of RGB (Red+Green+Blue) = 46+4+123=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E047B is #D1FB84. Grayscale: #1D1D1D. Windows color (decimal): -13761413 or 8061998. OLE color: 8061998.
HSL color Cylindrical-coordinate representation of color #2E047B: hue angle of 261.18º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E047B is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 4 | 123 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.52 |
| HSL | 261.18º | 0.94% | 0.25% | - |
| HSV(B) | 261.18º | 0.97% | 0.48% | - |
| XYZ | 4.75 | 2.1 | 18.89 | - |
| YUV | 30.12 | 180.41 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 123 | 0.63 | 0.97 | 0 | 0.52 | 261.18 | 0.94 | 0.25 |
| Hex | 2E | 4 | 7B | 3F | 61 | 0 | 34 | 105 | 5E | 19 |
| Octal | 56 | 4 | 173 | 77 | 141 | 0 | 64 | 405 | 136 | 31 |
| Binary | 101110 | 100 | 1111011 | 111111 | 1100001 | 0 | 110100 | 100000101 | 1011110 | 11001 |
Color Harmonies of #2E047B
Complementary color
Monochromatic Colors of #2E047B
Black with #2E047B
Text Example
Text Example
White with #2E047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E047B; }
p { color: rgb(46,4,123); }
H1.HeaderClassName
{
color: #2E047B;
}
.AnyTagClassName
{
color: #2E047B;
}
</style>
background-color css
<style>
a { background-color: #2E047B; }
a { background-color: rgb(46,4,123); }
div.DivClassName
{
background-color: #2E047B;
}
.BgClassName
{
background-color: #2E047B;
}
</style>
border-color css
<style>
span { border-color: #2E047B; }
span { border-color: rgb(46,4,123); }
td.TdClassName
{
border-color: #2E047B;
}
.TagClassName
{
border-color: #2E047B;
}
</style>