Shades of Persian Indigo #2E1482
Tints of Persian Indigo #2E1482
RGB
CMYK
RGB Variations
Color information
#2E1482 (or 0x2E1482) is known color: Persian Indigo. HEX triplet: 2E, 14 and 82. RGB value is (46,20,130). Sum of RGB (Red+Green+Blue) = 46+20+130=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E1482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1482 is #D1EB7D. Grayscale: #272727. Windows color (decimal): -13757310 or 8524846. OLE color: 8524846.
HSL color Cylindrical-coordinate representation of color #2E1482: hue angle of 254.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E1482 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 20 | 130 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.49 |
| HSL | 254.18º | 0.73% | 0.29% | - |
| HSV(B) | 254.18º | 0.85% | 0.51% | - |
| XYZ | 5.41 | 2.69 | 21.35 | - |
| YUV | 40.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 130 | 0.65 | 0.85 | 0 | 0.49 | 254.18 | 0.73 | 0.29 |
| Hex | 2E | 14 | 82 | 41 | 55 | 0 | 31 | FE | 49 | 1D |
| Octal | 56 | 24 | 202 | 101 | 125 | 0 | 61 | 376 | 111 | 35 |
| Binary | 101110 | 10100 | 10000010 | 1000001 | 1010101 | 0 | 110001 | 11111110 | 1001001 | 11101 |
Color Harmonies of #2E1482
Complementary color
Monochromatic Colors of #2E1482
Black with #2E1482
Text Example
Text Example
White with #2E1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1482; }
p { color: rgb(46,20,130); }
H1.HeaderClassName
{
color: #2E1482;
}
.AnyTagClassName
{
color: #2E1482;
}
</style>
background-color css
<style>
a { background-color: #2E1482; }
a { background-color: rgb(46,20,130); }
div.DivClassName
{
background-color: #2E1482;
}
.BgClassName
{
background-color: #2E1482;
}
</style>
border-color css
<style>
span { border-color: #2E1482; }
span { border-color: rgb(46,20,130); }
td.TdClassName
{
border-color: #2E1482;
}
.TagClassName
{
border-color: #2E1482;
}
</style>