Shades of Persian Indigo #2B158D
Tints of Persian Indigo #2B158D
RGB
CMYK
RGB Variations
Color information
#2B158D (or 0x2B158D) is known color: Persian Indigo. HEX triplet: 2B, 15 and 8D. RGB value is (43,21,141). Sum of RGB (Red+Green+Blue) = 43+21+141=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B158D is #D4EA72. Grayscale: #282828. Windows color (decimal): -13953651 or 9245995. OLE color: 9245995.
HSL color Cylindrical-coordinate representation of color #2B158D: hue angle of 251º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B158D is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 21 | 141 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.45 |
| HSL | 251º | 0.74% | 0.32% | - |
| HSV(B) | 251º | 0.85% | 0.55% | - |
| XYZ | 6.07 | 2.97 | 25.45 | - |
| YUV | 41.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 141 | 0.70 | 0.85 | 0 | 0.45 | 251 | 0.74 | 0.32 |
| Hex | 2B | 15 | 8D | 46 | 55 | 0 | 2D | FB | 4A | 20 |
| Octal | 53 | 25 | 215 | 106 | 125 | 0 | 55 | 373 | 112 | 40 |
| Binary | 101011 | 10101 | 10001101 | 1000110 | 1010101 | 0 | 101101 | 11111011 | 1001010 | 100000 |
Color Harmonies of #2B158D
Complementary color
Monochromatic Colors of #2B158D
Black with #2B158D
Text Example
Text Example
White with #2B158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B158D; }
p { color: rgb(43,21,141); }
H1.HeaderClassName
{
color: #2B158D;
}
.AnyTagClassName
{
color: #2B158D;
}
</style>
background-color css
<style>
a { background-color: #2B158D; }
a { background-color: rgb(43,21,141); }
div.DivClassName
{
background-color: #2B158D;
}
.BgClassName
{
background-color: #2B158D;
}
</style>
border-color css
<style>
span { border-color: #2B158D; }
span { border-color: rgb(43,21,141); }
td.TdClassName
{
border-color: #2B158D;
}
.TagClassName
{
border-color: #2B158D;
}
</style>