Shades of Persian Indigo #2B1491
Tints of Persian Indigo #2B1491
RGB
CMYK
RGB Variations
Color information
#2B1491 (or 0x2B1491) is known color: Persian Indigo. HEX triplet: 2B, 14 and 91. RGB value is (43,20,145). Sum of RGB (Red+Green+Blue) = 43+20+145=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B1491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1491 is #D4EB6E. Grayscale: #282828. Windows color (decimal): -13953903 or 9507883. OLE color: 9507883.
HSL color Cylindrical-coordinate representation of color #2B1491: hue angle of 251.04º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1491 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 20 | 145 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.43 |
| HSL | 251.04º | 0.76% | 0.32% | - |
| HSV(B) | 251.04º | 0.86% | 0.57% | - |
| XYZ | 6.36 | 3.06 | 27.04 | - |
| YUV | 41.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 145 | 0.70 | 0.86 | 0 | 0.43 | 251.04 | 0.76 | 0.32 |
| Hex | 2B | 14 | 91 | 46 | 56 | 0 | 2B | FB | 4C | 20 |
| Octal | 53 | 24 | 221 | 106 | 126 | 0 | 53 | 373 | 114 | 40 |
| Binary | 101011 | 10100 | 10010001 | 1000110 | 1010110 | 0 | 101011 | 11111011 | 1001100 | 100000 |
Color Harmonies of #2B1491
Complementary color
Monochromatic Colors of #2B1491
Black with #2B1491
Text Example
Text Example
White with #2B1491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1491; }
p { color: rgb(43,20,145); }
H1.HeaderClassName
{
color: #2B1491;
}
.AnyTagClassName
{
color: #2B1491;
}
</style>
background-color css
<style>
a { background-color: #2B1491; }
a { background-color: rgb(43,20,145); }
div.DivClassName
{
background-color: #2B1491;
}
.BgClassName
{
background-color: #2B1491;
}
</style>
border-color css
<style>
span { border-color: #2B1491; }
span { border-color: rgb(43,20,145); }
td.TdClassName
{
border-color: #2B1491;
}
.TagClassName
{
border-color: #2B1491;
}
</style>