Shades of Persian Indigo #2E077F
Tints of Persian Indigo #2E077F
RGB
CMYK
RGB Variations
Color information
#2E077F (or 0x2E077F) is known color: Persian Indigo. HEX triplet: 2E, 07 and 7F. RGB value is (46,7,127). Sum of RGB (Red+Green+Blue) = 46+7+127=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E077F is #D1F880. Grayscale: #1F1F1F. Windows color (decimal): -13760641 or 8324910. OLE color: 8324910.
HSL color Cylindrical-coordinate representation of color #2E077F: hue angle of 259.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E077F is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 7 | 127 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.50 |
| HSL | 259.5º | 0.9% | 0.26% | - |
| HSV(B) | 259.5º | 0.94% | 0.5% | - |
| XYZ | 5.03 | 2.27 | 20.25 | - |
| YUV | 32.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 127 | 0.64 | 0.94 | 0 | 0.50 | 259.5 | 0.9 | 0.26 |
| Hex | 2E | 7 | 7F | 40 | 5E | 0 | 32 | 104 | 5A | 1A |
| Octal | 56 | 7 | 177 | 100 | 136 | 0 | 62 | 404 | 132 | 32 |
| Binary | 101110 | 111 | 1111111 | 1000000 | 1011110 | 0 | 110010 | 100000100 | 1011010 | 11010 |
Color Harmonies of #2E077F
Complementary color
Monochromatic Colors of #2E077F
Black with #2E077F
Text Example
Text Example
White with #2E077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E077F; }
p { color: rgb(46,7,127); }
H1.HeaderClassName
{
color: #2E077F;
}
.AnyTagClassName
{
color: #2E077F;
}
</style>
background-color css
<style>
a { background-color: #2E077F; }
a { background-color: rgb(46,7,127); }
div.DivClassName
{
background-color: #2E077F;
}
.BgClassName
{
background-color: #2E077F;
}
</style>
border-color css
<style>
span { border-color: #2E077F; }
span { border-color: rgb(46,7,127); }
td.TdClassName
{
border-color: #2E077F;
}
.TagClassName
{
border-color: #2E077F;
}
</style>