Shades of Persian Indigo #2E1582
Tints of Persian Indigo #2E1582
RGB
CMYK
RGB Variations
Color information
#2E1582 (or 0x2E1582) is known color: Persian Indigo. HEX triplet: 2E, 15 and 82. RGB value is (46,21,130). Sum of RGB (Red+Green+Blue) = 46+21+130=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E1582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1582 is #D1EA7D. Grayscale: #282828. Windows color (decimal): -13757054 or 8525102. OLE color: 8525102.
HSL color Cylindrical-coordinate representation of color #2E1582: hue angle of 253.76º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E1582 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 21 | 130 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.49 |
| HSL | 253.76º | 0.72% | 0.3% | - |
| HSV(B) | 253.76º | 0.84% | 0.51% | - |
| XYZ | 5.42 | 2.73 | 21.36 | - |
| YUV | 40.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 130 | 0.65 | 0.84 | 0 | 0.49 | 253.76 | 0.72 | 0.3 |
| Hex | 2E | 15 | 82 | 41 | 54 | 0 | 31 | FE | 48 | 1E |
| Octal | 56 | 25 | 202 | 101 | 124 | 0 | 61 | 376 | 110 | 36 |
| Binary | 101110 | 10101 | 10000010 | 1000001 | 1010100 | 0 | 110001 | 11111110 | 1001000 | 11110 |
Color Harmonies of #2E1582
Complementary color
Monochromatic Colors of #2E1582
Black with #2E1582
Text Example
Text Example
White with #2E1582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1582; }
p { color: rgb(46,21,130); }
H1.HeaderClassName
{
color: #2E1582;
}
.AnyTagClassName
{
color: #2E1582;
}
</style>
background-color css
<style>
a { background-color: #2E1582; }
a { background-color: rgb(46,21,130); }
div.DivClassName
{
background-color: #2E1582;
}
.BgClassName
{
background-color: #2E1582;
}
</style>
border-color css
<style>
span { border-color: #2E1582; }
span { border-color: rgb(46,21,130); }
td.TdClassName
{
border-color: #2E1582;
}
.TagClassName
{
border-color: #2E1582;
}
</style>