Shades of Persian Indigo #2E076B
Tints of Persian Indigo #2E076B
RGB
CMYK
RGB Variations
Color information
#2E076B (or 0x2E076B) is known color: Persian Indigo. HEX triplet: 2E, 07 and 6B. RGB value is (46,7,107). Sum of RGB (Red+Green+Blue) = 46+7+107=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E076B is #D1F894. Grayscale: #1D1D1D. Windows color (decimal): -13760661 or 7014190. OLE color: 7014190.
HSL color Cylindrical-coordinate representation of color #2E076B: hue angle of 263.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E076B is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 7 | 107 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.58 |
| HSL | 263.4º | 0.88% | 0.22% | - |
| HSV(B) | 263.4º | 0.93% | 0.42% | - |
| XYZ | 3.86 | 1.79 | 14.05 | - |
| YUV | 30.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 107 | 0.57 | 0.93 | 0 | 0.58 | 263.4 | 0.88 | 0.22 |
| Hex | 2E | 7 | 6B | 39 | 5D | 0 | 3A | 107 | 58 | 16 |
| Octal | 56 | 7 | 153 | 71 | 135 | 0 | 72 | 407 | 130 | 26 |
| Binary | 101110 | 111 | 1101011 | 111001 | 1011101 | 0 | 111010 | 100000111 | 1011000 | 10110 |
Color Harmonies of #2E076B
Complementary color
Monochromatic Colors of #2E076B
Black with #2E076B
Text Example
Text Example
White with #2E076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E076B; }
p { color: rgb(46,7,107); }
H1.HeaderClassName
{
color: #2E076B;
}
.AnyTagClassName
{
color: #2E076B;
}
</style>
background-color css
<style>
a { background-color: #2E076B; }
a { background-color: rgb(46,7,107); }
div.DivClassName
{
background-color: #2E076B;
}
.BgClassName
{
background-color: #2E076B;
}
</style>
border-color css
<style>
span { border-color: #2E076B; }
span { border-color: rgb(46,7,107); }
td.TdClassName
{
border-color: #2E076B;
}
.TagClassName
{
border-color: #2E076B;
}
</style>