Shades of Persian Indigo #2E046D
Tints of Persian Indigo #2E046D
RGB
CMYK
RGB Variations
Color information
#2E046D (or 0x2E046D) is known color: Persian Indigo. HEX triplet: 2E, 04 and 6D. RGB value is (46,4,109). Sum of RGB (Red+Green+Blue) = 46+4+109=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E046D is #D1FB92. Grayscale: #1C1C1C. Windows color (decimal): -13761427 or 7144494. OLE color: 7144494.
HSL color Cylindrical-coordinate representation of color #2E046D: hue angle of 264º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E046D is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 4 | 109 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.57 |
| HSL | 264º | 0.93% | 0.22% | - |
| HSV(B) | 264º | 0.96% | 0.43% | - |
| XYZ | 3.93 | 1.77 | 14.6 | - |
| YUV | 28.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 109 | 0.58 | 0.96 | 0 | 0.57 | 264 | 0.93 | 0.22 |
| Hex | 2E | 4 | 6D | 3A | 60 | 0 | 39 | 108 | 5D | 16 |
| Octal | 56 | 4 | 155 | 72 | 140 | 0 | 71 | 410 | 135 | 26 |
| Binary | 101110 | 100 | 1101101 | 111010 | 1100000 | 0 | 111001 | 100001000 | 1011101 | 10110 |
Color Harmonies of #2E046D
Complementary color
Monochromatic Colors of #2E046D
Black with #2E046D
Text Example
Text Example
White with #2E046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E046D; }
p { color: rgb(46,4,109); }
H1.HeaderClassName
{
color: #2E046D;
}
.AnyTagClassName
{
color: #2E046D;
}
</style>
background-color css
<style>
a { background-color: #2E046D; }
a { background-color: rgb(46,4,109); }
div.DivClassName
{
background-color: #2E046D;
}
.BgClassName
{
background-color: #2E046D;
}
</style>
border-color css
<style>
span { border-color: #2E046D; }
span { border-color: rgb(46,4,109); }
td.TdClassName
{
border-color: #2E046D;
}
.TagClassName
{
border-color: #2E046D;
}
</style>