Shades of Persian Indigo #2E087C
Tints of Persian Indigo #2E087C
RGB
CMYK
RGB Variations
Color information
#2E087C (or 0x2E087C) is known color: Persian Indigo. HEX triplet: 2E, 08 and 7C. RGB value is (46,8,124). Sum of RGB (Red+Green+Blue) = 46+8+124=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 124 (48.83% from 255 or 69.66% from 178); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E087C is #D1F783. Grayscale: #202020. Windows color (decimal): -13760388 or 8128558. OLE color: 8128558.
HSL color Cylindrical-coordinate representation of color #2E087C: hue angle of 259.66º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E087C is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 8 | 124 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.51 |
| HSL | 259.66º | 0.88% | 0.26% | - |
| HSV(B) | 259.66º | 0.94% | 0.49% | - |
| XYZ | 4.85 | 2.21 | 19.24 | - |
| YUV | 32.59 | 179.59 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 124 | 0.63 | 0.94 | 0 | 0.51 | 259.66 | 0.88 | 0.26 |
| Hex | 2E | 8 | 7C | 3F | 5E | 0 | 33 | 104 | 58 | 1A |
| Octal | 56 | 10 | 174 | 77 | 136 | 0 | 63 | 404 | 130 | 32 |
| Binary | 101110 | 1000 | 1111100 | 111111 | 1011110 | 0 | 110011 | 100000100 | 1011000 | 11010 |
Color Harmonies of #2E087C
Complementary color
Monochromatic Colors of #2E087C
Black with #2E087C
Text Example
Text Example
White with #2E087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E087C; }
p { color: rgb(46,8,124); }
H1.HeaderClassName
{
color: #2E087C;
}
.AnyTagClassName
{
color: #2E087C;
}
</style>
background-color css
<style>
a { background-color: #2E087C; }
a { background-color: rgb(46,8,124); }
div.DivClassName
{
background-color: #2E087C;
}
.BgClassName
{
background-color: #2E087C;
}
</style>
border-color css
<style>
span { border-color: #2E087C; }
span { border-color: rgb(46,8,124); }
td.TdClassName
{
border-color: #2E087C;
}
.TagClassName
{
border-color: #2E087C;
}
</style>