Shades of Persian Indigo #2E1574
Tints of Persian Indigo #2E1574
RGB
CMYK
RGB Variations
Color information
#2E1574 (or 0x2E1574) is known color: Persian Indigo. HEX triplet: 2E, 15 and 74. RGB value is (46,21,116). Sum of RGB (Red+Green+Blue) = 46+21+116=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E1574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1574 is #D1EA8B. Grayscale: #262626. Windows color (decimal): -13757068 or 7607598. OLE color: 7607598.
HSL color Cylindrical-coordinate representation of color #2E1574: hue angle of 255.79º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E1574 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 21 | 116 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.55 |
| HSL | 255.79º | 0.69% | 0.27% | - |
| HSV(B) | 255.79º | 0.82% | 0.45% | - |
| XYZ | 4.55 | 2.38 | 16.74 | - |
| YUV | 39.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 116 | 0.60 | 0.82 | 0 | 0.55 | 255.79 | 0.69 | 0.27 |
| Hex | 2E | 15 | 74 | 3C | 52 | 0 | 37 | 100 | 45 | 1B |
| Octal | 56 | 25 | 164 | 74 | 122 | 0 | 67 | 400 | 105 | 33 |
| Binary | 101110 | 10101 | 1110100 | 111100 | 1010010 | 0 | 110111 | 100000000 | 1000101 | 11011 |
Color Harmonies of #2E1574
Complementary color
Monochromatic Colors of #2E1574
Black with #2E1574
Text Example
Text Example
White with #2E1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1574; }
p { color: rgb(46,21,116); }
H1.HeaderClassName
{
color: #2E1574;
}
.AnyTagClassName
{
color: #2E1574;
}
</style>
background-color css
<style>
a { background-color: #2E1574; }
a { background-color: rgb(46,21,116); }
div.DivClassName
{
background-color: #2E1574;
}
.BgClassName
{
background-color: #2E1574;
}
</style>
border-color css
<style>
span { border-color: #2E1574; }
span { border-color: rgb(46,21,116); }
td.TdClassName
{
border-color: #2E1574;
}
.TagClassName
{
border-color: #2E1574;
}
</style>