Shades of Persian Indigo #2E0078
Tints of Persian Indigo #2E0078
RGB
CMYK
RGB Variations
Color information
#2E0078 (or 0x2E0078) is known color: Persian Indigo. HEX triplet: 2E, 00 and 78. RGB value is (46,0,120). Sum of RGB (Red+Green+Blue) = 46+0+120=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E0078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0078 is #D1FF87. Grayscale: #1B1B1B. Windows color (decimal): -13762440 or 7864366. OLE color: 7864366.
HSL color Cylindrical-coordinate representation of color #2E0078: hue angle of 263º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0078 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 0 | 120 | - |
| CMYK | 0.62 | 1 | 0 | 0.53 |
| HSL | 263º | 1% | 0.24% | - |
| HSV(B) | 263º | 1% | 0.47% | - |
| XYZ | 4.52 | 1.94 | 17.91 | - |
| YUV | 27.43 | 180.24 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 120 | 0.62 | 1 | 0 | 0.53 | 263 | 1 | 0.24 |
| Hex | 2E | 0 | 78 | 3E | 64 | 0 | 35 | 107 | 64 | 18 |
| Octal | 56 | 0 | 170 | 76 | 144 | 0 | 65 | 407 | 144 | 30 |
| Binary | 101110 | 0 | 1111000 | 111110 | 1100100 | 0 | 110101 | 100000111 | 1100100 | 11000 |
Color Harmonies of #2E0078
Complementary color
Monochromatic Colors of #2E0078
Black with #2E0078
Text Example
Text Example
White with #2E0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0078; }
p { color: rgb(46,0,120); }
H1.HeaderClassName
{
color: #2E0078;
}
.AnyTagClassName
{
color: #2E0078;
}
</style>
background-color css
<style>
a { background-color: #2E0078; }
a { background-color: rgb(46,0,120); }
div.DivClassName
{
background-color: #2E0078;
}
.BgClassName
{
background-color: #2E0078;
}
</style>
border-color css
<style>
span { border-color: #2E0078; }
span { border-color: rgb(46,0,120); }
td.TdClassName
{
border-color: #2E0078;
}
.TagClassName
{
border-color: #2E0078;
}
</style>