Shades of Persian Indigo #2E0D82
Tints of Persian Indigo #2E0D82
RGB
CMYK
RGB Variations
Color information
#2E0D82 (or 0x2E0D82) is known color: Persian Indigo. HEX triplet: 2E, 0D and 82. RGB value is (46,13,130). Sum of RGB (Red+Green+Blue) = 46+13+130=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E0D82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0D82 is #D1F27D. Grayscale: #232323. Windows color (decimal): -13759102 or 8523054. OLE color: 8523054.
HSL color Cylindrical-coordinate representation of color #2E0D82: hue angle of 256.92º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E0D82 is Cyan = 0.65, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 13 | 130 | - |
| CMYK | 0.65 | 0.9 | 0 | 0.49 |
| HSL | 256.92º | 0.82% | 0.28% | - |
| HSV(B) | 256.92º | 0.9% | 0.51% | - |
| XYZ | 5.3 | 2.48 | 21.32 | - |
| YUV | 36.21 | 180.93 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 130 | 0.65 | 0.9 | 0 | 0.49 | 256.92 | 0.82 | 0.28 |
| Hex | 2E | D | 82 | 41 | 5A | 0 | 31 | 101 | 52 | 1C |
| Octal | 56 | 15 | 202 | 101 | 132 | 0 | 61 | 401 | 122 | 34 |
| Binary | 101110 | 1101 | 10000010 | 1000001 | 1011010 | 0 | 110001 | 100000001 | 1010010 | 11100 |
Color Harmonies of #2E0D82
Complementary color
Monochromatic Colors of #2E0D82
Black with #2E0D82
Text Example
Text Example
White with #2E0D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D82; }
p { color: rgb(46,13,130); }
H1.HeaderClassName
{
color: #2E0D82;
}
.AnyTagClassName
{
color: #2E0D82;
}
</style>
background-color css
<style>
a { background-color: #2E0D82; }
a { background-color: rgb(46,13,130); }
div.DivClassName
{
background-color: #2E0D82;
}
.BgClassName
{
background-color: #2E0D82;
}
</style>
border-color css
<style>
span { border-color: #2E0D82; }
span { border-color: rgb(46,13,130); }
td.TdClassName
{
border-color: #2E0D82;
}
.TagClassName
{
border-color: #2E0D82;
}
</style>