Shades of Persian Indigo #2B1971
Tints of Persian Indigo #2B1971
RGB
CMYK
RGB Variations
Color information
#2B1971 (or 0x2B1971) is known color: Persian Indigo. HEX triplet: 2B, 19 and 71. RGB value is (43,25,113). Sum of RGB (Red+Green+Blue) = 43+25+113=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B1971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1971 is #D4E68E. Grayscale: #282828. Windows color (decimal): -13952655 or 7412011. OLE color: 7412011.
HSL color Cylindrical-coordinate representation of color #2B1971: hue angle of 252.27º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B1971 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 25 | 113 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.56 |
| HSL | 252.27º | 0.64% | 0.27% | - |
| HSV(B) | 252.27º | 0.78% | 0.44% | - |
| XYZ | 4.32 | 2.4 | 15.86 | - |
| YUV | 40.41 | 168.96 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 113 | 0.62 | 0.78 | 0 | 0.56 | 252.27 | 0.64 | 0.27 |
| Hex | 2B | 19 | 71 | 3E | 4E | 0 | 38 | FC | 40 | 1B |
| Octal | 53 | 31 | 161 | 76 | 116 | 0 | 70 | 374 | 100 | 33 |
| Binary | 101011 | 11001 | 1110001 | 111110 | 1001110 | 0 | 111000 | 11111100 | 1000000 | 11011 |
Color Harmonies of #2B1971
Complementary color
Monochromatic Colors of #2B1971
Black with #2B1971
Text Example
Text Example
White with #2B1971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1971; }
p { color: rgb(43,25,113); }
H1.HeaderClassName
{
color: #2B1971;
}
.AnyTagClassName
{
color: #2B1971;
}
</style>
background-color css
<style>
a { background-color: #2B1971; }
a { background-color: rgb(43,25,113); }
div.DivClassName
{
background-color: #2B1971;
}
.BgClassName
{
background-color: #2B1971;
}
</style>
border-color css
<style>
span { border-color: #2B1971; }
span { border-color: rgb(43,25,113); }
td.TdClassName
{
border-color: #2B1971;
}
.TagClassName
{
border-color: #2B1971;
}
</style>