Shades of Persian Indigo #2B0191
Tints of Persian Indigo #2B0191
RGB
CMYK
RGB Variations
Color information
#2B0191 (or 0x2B0191) is known color: Persian Indigo. HEX triplet: 2B, 01 and 91. RGB value is (43,1,145). Sum of RGB (Red+Green+Blue) = 43+1+145=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 145 (57.03% from 255 or 76.72% from 189); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B0191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0191 is #D4FE6E. Grayscale: #1D1D1D. Windows color (decimal): -13958767 or 9503019. OLE color: 9503019.
HSL color Cylindrical-coordinate representation of color #2B0191: hue angle of 257.5º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0191 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 1 | 145 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.43 |
| HSL | 257.5º | 0.99% | 0.29% | - |
| HSV(B) | 257.5º | 0.99% | 0.57% | - |
| XYZ | 6.12 | 2.58 | 26.96 | - |
| YUV | 29.97 | 192.91 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 145 | 0.70 | 0.99 | 0 | 0.43 | 257.5 | 0.99 | 0.29 |
| Hex | 2B | 1 | 91 | 46 | 63 | 0 | 2B | 102 | 63 | 1D |
| Octal | 53 | 1 | 221 | 106 | 143 | 0 | 53 | 402 | 143 | 35 |
| Binary | 101011 | 1 | 10010001 | 1000110 | 1100011 | 0 | 101011 | 100000010 | 1100011 | 11101 |
Color Harmonies of #2B0191
Complementary color
Monochromatic Colors of #2B0191
Black with #2B0191
Text Example
Text Example
White with #2B0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0191; }
p { color: rgb(43,1,145); }
H1.HeaderClassName
{
color: #2B0191;
}
.AnyTagClassName
{
color: #2B0191;
}
</style>
background-color css
<style>
a { background-color: #2B0191; }
a { background-color: rgb(43,1,145); }
div.DivClassName
{
background-color: #2B0191;
}
.BgClassName
{
background-color: #2B0191;
}
</style>
border-color css
<style>
span { border-color: #2B0191; }
span { border-color: rgb(43,1,145); }
td.TdClassName
{
border-color: #2B0191;
}
.TagClassName
{
border-color: #2B0191;
}
</style>