Shades of Persian Indigo #2E1570
Tints of Persian Indigo #2E1570
RGB
CMYK
RGB Variations
Color information
#2E1570 (or 0x2E1570) is known color: Persian Indigo. HEX triplet: 2E, 15 and 70. RGB value is (46,21,112). Sum of RGB (Red+Green+Blue) = 46+21+112=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E1570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1570 is #D1EA8F. Grayscale: #262626. Windows color (decimal): -13757072 or 7345454. OLE color: 7345454.
HSL color Cylindrical-coordinate representation of color #2E1570: hue angle of 256.48º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E1570 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
RGB | 46 | 21 | 112 | - |
CMYK | 0.59 | 0.81 | 0 | 0.56 |
HSL | 256.48º | 0.68% | 0.26% | - |
HSV(B) | 256.48º | 0.81% | 0.44% | - |
XYZ | 4.32 | 2.29 | 15.54 | - |
YUV | 38.85 | 169.28 | 133.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 21 | 112 | 0.59 | 0.81 | 0 | 0.56 | 256.48 | 0.68 | 0.26 |
Hex | 2E | 15 | 70 | 3B | 51 | 0 | 38 | 100 | 44 | 1A |
Octal | 56 | 25 | 160 | 73 | 121 | 0 | 70 | 400 | 104 | 32 |
Binary | 101110 | 10101 | 1110000 | 111011 | 1010001 | 0 | 111000 | 100000000 | 1000100 | 11010 |
Color Harmonies of #2E1570
Complementary color
Monochromatic Colors of #2E1570
Black with #2E1570
Text Example
Text Example
White with #2E1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1570; }
p { color: rgb(46,21,112); }
H1.HeaderClassName
{
color: #2E1570;
}
.AnyTagClassName
{
color: #2E1570;
}
</style>
background-color css
<style>
a { background-color: #2E1570; }
a { background-color: rgb(46,21,112); }
div.DivClassName
{
background-color: #2E1570;
}
.BgClassName
{
background-color: #2E1570;
}
</style>
border-color css
<style>
span { border-color: #2E1570; }
span { border-color: rgb(46,21,112); }
td.TdClassName
{
border-color: #2E1570;
}
.TagClassName
{
border-color: #2E1570;
}
</style>