Shades of Persian Indigo #2E0070
Tints of Persian Indigo #2E0070
RGB
CMYK
RGB Variations
Color information
#2E0070 (or 0x2E0070) is known color: Persian Indigo. HEX triplet: 2E, 00 and 70. RGB value is (46,0,112). Sum of RGB (Red+Green+Blue) = 46+0+112=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0070 is #D1FF8F. Grayscale: #1A1A1A. Windows color (decimal): -13762448 or 7340078. OLE color: 7340078.
HSL color Cylindrical-coordinate representation of color #2E0070: hue angle of 264.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0070 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 0 | 112 | - |
| CMYK | 0.59 | 1 | 0 | 0.56 |
| HSL | 264.64º | 1% | 0.22% | - |
| HSV(B) | 264.64º | 1% | 0.44% | - |
| XYZ | 4.05 | 1.75 | 15.45 | - |
| YUV | 26.52 | 176.24 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 112 | 0.59 | 1 | 0 | 0.56 | 264.64 | 1 | 0.22 |
| Hex | 2E | 0 | 70 | 3B | 64 | 0 | 38 | 109 | 64 | 16 |
| Octal | 56 | 0 | 160 | 73 | 144 | 0 | 70 | 411 | 144 | 26 |
| Binary | 101110 | 0 | 1110000 | 111011 | 1100100 | 0 | 111000 | 100001001 | 1100100 | 10110 |
Color Harmonies of #2E0070
Complementary color
Monochromatic Colors of #2E0070
Black with #2E0070
Text Example
Text Example
White with #2E0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0070; }
p { color: rgb(46,0,112); }
H1.HeaderClassName
{
color: #2E0070;
}
.AnyTagClassName
{
color: #2E0070;
}
</style>
background-color css
<style>
a { background-color: #2E0070; }
a { background-color: rgb(46,0,112); }
div.DivClassName
{
background-color: #2E0070;
}
.BgClassName
{
background-color: #2E0070;
}
</style>
border-color css
<style>
span { border-color: #2E0070; }
span { border-color: rgb(46,0,112); }
td.TdClassName
{
border-color: #2E0070;
}
.TagClassName
{
border-color: #2E0070;
}
</style>