Shades of Persian Indigo #2B0491
Tints of Persian Indigo #2B0491
RGB
CMYK
RGB Variations
Color information
#2B0491 (or 0x2B0491) is known color: Persian Indigo. HEX triplet: 2B, 04 and 91. RGB value is (43,4,145). Sum of RGB (Red+Green+Blue) = 43+4+145=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 145 (57.03% from 255 or 75.52% from 192); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B0491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0491 is #D4FB6E. Grayscale: #1F1F1F. Windows color (decimal): -13957999 or 9503787. OLE color: 9503787.
HSL color Cylindrical-coordinate representation of color #2B0491: hue angle of 256.6º degrees, saturation: 0.95, 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 #2B0491 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 4 | 145 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.43 |
| HSL | 256.6º | 0.95% | 0.29% | - |
| HSV(B) | 256.6º | 0.97% | 0.57% | - |
| XYZ | 6.15 | 2.64 | 26.97 | - |
| YUV | 31.74 | 191.92 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 145 | 0.70 | 0.97 | 0 | 0.43 | 256.6 | 0.95 | 0.29 |
| Hex | 2B | 4 | 91 | 46 | 61 | 0 | 2B | 101 | 5F | 1D |
| Octal | 53 | 4 | 221 | 106 | 141 | 0 | 53 | 401 | 137 | 35 |
| Binary | 101011 | 100 | 10010001 | 1000110 | 1100001 | 0 | 101011 | 100000001 | 1011111 | 11101 |
Color Harmonies of #2B0491
Complementary color
Monochromatic Colors of #2B0491
Black with #2B0491
Text Example
Text Example
White with #2B0491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0491; }
p { color: rgb(43,4,145); }
H1.HeaderClassName
{
color: #2B0491;
}
.AnyTagClassName
{
color: #2B0491;
}
</style>
background-color css
<style>
a { background-color: #2B0491; }
a { background-color: rgb(43,4,145); }
div.DivClassName
{
background-color: #2B0491;
}
.BgClassName
{
background-color: #2B0491;
}
</style>
border-color css
<style>
span { border-color: #2B0491; }
span { border-color: rgb(43,4,145); }
td.TdClassName
{
border-color: #2B0491;
}
.TagClassName
{
border-color: #2B0491;
}
</style>