Shades of Persian Indigo #2E137D
Tints of Persian Indigo #2E137D
RGB
CMYK
RGB Variations
Color information
#2E137D (or 0x2E137D) is known color: Persian Indigo. HEX triplet: 2E, 13 and 7D. RGB value is (46,19,125). Sum of RGB (Red+Green+Blue) = 46+19+125=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E137D is #D1EC82. Grayscale: #262626. Windows color (decimal): -13757571 or 8196910. OLE color: 8196910.
HSL color Cylindrical-coordinate representation of color #2E137D: hue angle of 255.28º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E137D is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 19 | 125 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.51 |
| HSL | 255.28º | 0.74% | 0.28% | - |
| HSV(B) | 255.28º | 0.85% | 0.49% | - |
| XYZ | 5.06 | 2.53 | 19.62 | - |
| YUV | 39.16 | 176.45 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 125 | 0.63 | 0.85 | 0 | 0.51 | 255.28 | 0.74 | 0.28 |
| Hex | 2E | 13 | 7D | 3F | 55 | 0 | 33 | FF | 4A | 1C |
| Octal | 56 | 23 | 175 | 77 | 125 | 0 | 63 | 377 | 112 | 34 |
| Binary | 101110 | 10011 | 1111101 | 111111 | 1010101 | 0 | 110011 | 11111111 | 1001010 | 11100 |
Color Harmonies of #2E137D
Complementary color
Monochromatic Colors of #2E137D
Black with #2E137D
Text Example
Text Example
White with #2E137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E137D; }
p { color: rgb(46,19,125); }
H1.HeaderClassName
{
color: #2E137D;
}
.AnyTagClassName
{
color: #2E137D;
}
</style>
background-color css
<style>
a { background-color: #2E137D; }
a { background-color: rgb(46,19,125); }
div.DivClassName
{
background-color: #2E137D;
}
.BgClassName
{
background-color: #2E137D;
}
</style>
border-color css
<style>
span { border-color: #2E137D; }
span { border-color: rgb(46,19,125); }
td.TdClassName
{
border-color: #2E137D;
}
.TagClassName
{
border-color: #2E137D;
}
</style>