Shades of Persian Indigo #2E127D
Tints of Persian Indigo #2E127D
RGB
CMYK
RGB Variations
Color information
#2E127D (or 0x2E127D) is known color: Persian Indigo. HEX triplet: 2E, 12 and 7D. RGB value is (46,18,125). Sum of RGB (Red+Green+Blue) = 46+18+125=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E127D is #D1ED82. Grayscale: #262626. Windows color (decimal): -13757827 or 8196654. OLE color: 8196654.
HSL color Cylindrical-coordinate representation of color #2E127D: hue angle of 255.7º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E127D is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 18 | 125 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.51 |
| HSL | 255.7º | 0.75% | 0.28% | - |
| HSV(B) | 255.7º | 0.86% | 0.49% | - |
| XYZ | 5.04 | 2.49 | 19.62 | - |
| YUV | 38.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 125 | 0.63 | 0.86 | 0 | 0.51 | 255.7 | 0.75 | 0.28 |
| Hex | 2E | 12 | 7D | 3F | 56 | 0 | 33 | 100 | 4B | 1C |
| Octal | 56 | 22 | 175 | 77 | 126 | 0 | 63 | 400 | 113 | 34 |
| Binary | 101110 | 10010 | 1111101 | 111111 | 1010110 | 0 | 110011 | 100000000 | 1001011 | 11100 |
Color Harmonies of #2E127D
Complementary color
Monochromatic Colors of #2E127D
Black with #2E127D
Text Example
Text Example
White with #2E127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E127D; }
p { color: rgb(46,18,125); }
H1.HeaderClassName
{
color: #2E127D;
}
.AnyTagClassName
{
color: #2E127D;
}
</style>
background-color css
<style>
a { background-color: #2E127D; }
a { background-color: rgb(46,18,125); }
div.DivClassName
{
background-color: #2E127D;
}
.BgClassName
{
background-color: #2E127D;
}
</style>
border-color css
<style>
span { border-color: #2E127D; }
span { border-color: rgb(46,18,125); }
td.TdClassName
{
border-color: #2E127D;
}
.TagClassName
{
border-color: #2E127D;
}
</style>