Shades of Persian Indigo #2B0271
Tints of Persian Indigo #2B0271
RGB
CMYK
RGB Variations
Color information
#2B0271 (or 0x2B0271) is known color: Persian Indigo. HEX triplet: 2B, 02 and 71. RGB value is (43,2,113). Sum of RGB (Red+Green+Blue) = 43+2+113=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B0271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0271 is #D4FD8E. Grayscale: #1A1A1A. Windows color (decimal): -13958543 or 7406123. OLE color: 7406123.
HSL color Cylindrical-coordinate representation of color #2B0271: hue angle of 262.16º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0271 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 2 | 113 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.56 |
| HSL | 262.16º | 0.97% | 0.23% | - |
| HSV(B) | 262.16º | 0.98% | 0.44% | - |
| XYZ | 4 | 1.75 | 15.75 | - |
| YUV | 26.91 | 176.58 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 113 | 0.62 | 0.98 | 0 | 0.56 | 262.16 | 0.97 | 0.23 |
| Hex | 2B | 2 | 71 | 3E | 62 | 0 | 38 | 106 | 61 | 17 |
| Octal | 53 | 2 | 161 | 76 | 142 | 0 | 70 | 406 | 141 | 27 |
| Binary | 101011 | 10 | 1110001 | 111110 | 1100010 | 0 | 111000 | 100000110 | 1100001 | 10111 |
Color Harmonies of #2B0271
Complementary color
Monochromatic Colors of #2B0271
Black with #2B0271
Text Example
Text Example
White with #2B0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0271; }
p { color: rgb(43,2,113); }
H1.HeaderClassName
{
color: #2B0271;
}
.AnyTagClassName
{
color: #2B0271;
}
</style>
background-color css
<style>
a { background-color: #2B0271; }
a { background-color: rgb(43,2,113); }
div.DivClassName
{
background-color: #2B0271;
}
.BgClassName
{
background-color: #2B0271;
}
</style>
border-color css
<style>
span { border-color: #2B0271; }
span { border-color: rgb(43,2,113); }
td.TdClassName
{
border-color: #2B0271;
}
.TagClassName
{
border-color: #2B0271;
}
</style>