Shades of Persian Indigo #2E028D
Tints of Persian Indigo #2E028D
RGB
CMYK
RGB Variations
Color information
#2E028D (or 0x2E028D) is known color: Persian Indigo. HEX triplet: 2E, 02 and 8D. RGB value is (46,2,141). Sum of RGB (Red+Green+Blue) = 46+2+141=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E028D is #D1FD72. Grayscale: #1E1E1E. Windows color (decimal): -13761907 or 9241134. OLE color: 9241134.
HSL color Cylindrical-coordinate representation of color #2E028D: hue angle of 258.99º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E028D is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 2 | 141 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.45 |
| HSL | 258.99º | 0.97% | 0.28% | - |
| HSV(B) | 258.99º | 0.99% | 0.55% | - |
| XYZ | 5.96 | 2.55 | 25.38 | - |
| YUV | 31 | 190.08 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 141 | 0.67 | 0.99 | 0 | 0.45 | 258.99 | 0.97 | 0.28 |
| Hex | 2E | 2 | 8D | 43 | 63 | 0 | 2D | 103 | 61 | 1C |
| Octal | 56 | 2 | 215 | 103 | 143 | 0 | 55 | 403 | 141 | 34 |
| Binary | 101110 | 10 | 10001101 | 1000011 | 1100011 | 0 | 101101 | 100000011 | 1100001 | 11100 |
Color Harmonies of #2E028D
Complementary color
Monochromatic Colors of #2E028D
Black with #2E028D
Text Example
Text Example
White with #2E028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E028D; }
p { color: rgb(46,2,141); }
H1.HeaderClassName
{
color: #2E028D;
}
.AnyTagClassName
{
color: #2E028D;
}
</style>
background-color css
<style>
a { background-color: #2E028D; }
a { background-color: rgb(46,2,141); }
div.DivClassName
{
background-color: #2E028D;
}
.BgClassName
{
background-color: #2E028D;
}
</style>
border-color css
<style>
span { border-color: #2E028D; }
span { border-color: rgb(46,2,141); }
td.TdClassName
{
border-color: #2E028D;
}
.TagClassName
{
border-color: #2E028D;
}
</style>