Shades of Persian Indigo #2B0591
Tints of Persian Indigo #2B0591
RGB
CMYK
RGB Variations
Color information
#2B0591 (or 0x2B0591) is known color: Persian Indigo. HEX triplet: 2B, 05 and 91. RGB value is (43,5,145). Sum of RGB (Red+Green+Blue) = 43+5+145=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 145 (57.03% from 255 or 75.13% from 193); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B0591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0591 is #D4FA6E. Grayscale: #1F1F1F. Windows color (decimal): -13957743 or 9504043. OLE color: 9504043.
HSL color Cylindrical-coordinate representation of color #2B0591: hue angle of 256.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0591 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 5 | 145 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.43 |
| HSL | 256.29º | 0.93% | 0.29% | - |
| HSV(B) | 256.29º | 0.97% | 0.57% | - |
| XYZ | 6.16 | 2.67 | 26.98 | - |
| YUV | 32.32 | 191.59 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 145 | 0.70 | 0.97 | 0 | 0.43 | 256.29 | 0.93 | 0.29 |
| Hex | 2B | 5 | 91 | 46 | 61 | 0 | 2B | 100 | 5D | 1D |
| Octal | 53 | 5 | 221 | 106 | 141 | 0 | 53 | 400 | 135 | 35 |
| Binary | 101011 | 101 | 10010001 | 1000110 | 1100001 | 0 | 101011 | 100000000 | 1011101 | 11101 |
Color Harmonies of #2B0591
Complementary color
Monochromatic Colors of #2B0591
Black with #2B0591
Text Example
Text Example
White with #2B0591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0591; }
p { color: rgb(43,5,145); }
H1.HeaderClassName
{
color: #2B0591;
}
.AnyTagClassName
{
color: #2B0591;
}
</style>
background-color css
<style>
a { background-color: #2B0591; }
a { background-color: rgb(43,5,145); }
div.DivClassName
{
background-color: #2B0591;
}
.BgClassName
{
background-color: #2B0591;
}
</style>
border-color css
<style>
span { border-color: #2B0591; }
span { border-color: rgb(43,5,145); }
td.TdClassName
{
border-color: #2B0591;
}
.TagClassName
{
border-color: #2B0591;
}
</style>