Shades of Persian Indigo #2B0C71
Tints of Persian Indigo #2B0C71
RGB
CMYK
RGB Variations
Color information
#2B0C71 (or 0x2B0C71) is known color: Persian Indigo. HEX triplet: 2B, 0C and 71. RGB value is (43,12,113). Sum of RGB (Red+Green+Blue) = 43+12+113=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B0C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0C71 is #D4F38E. Grayscale: #202020. Windows color (decimal): -13955983 or 7408683. OLE color: 7408683.
HSL color Cylindrical-coordinate representation of color #2B0C71: hue angle of 258.42º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B0C71 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 12 | 113 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.56 |
| HSL | 258.42º | 0.81% | 0.25% | - |
| HSV(B) | 258.42º | 0.89% | 0.44% | - |
| XYZ | 4.11 | 1.97 | 15.79 | - |
| YUV | 32.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 12 | 113 | 0.62 | 0.89 | 0 | 0.56 | 258.42 | 0.81 | 0.25 |
| Hex | 2B | C | 71 | 3E | 59 | 0 | 38 | 102 | 51 | 19 |
| Octal | 53 | 14 | 161 | 76 | 131 | 0 | 70 | 402 | 121 | 31 |
| Binary | 101011 | 1100 | 1110001 | 111110 | 1011001 | 0 | 111000 | 100000010 | 1010001 | 11001 |
Color Harmonies of #2B0C71
Complementary color
Monochromatic Colors of #2B0C71
Black with #2B0C71
Text Example
Text Example
White with #2B0C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0C71; }
p { color: rgb(43,12,113); }
H1.HeaderClassName
{
color: #2B0C71;
}
.AnyTagClassName
{
color: #2B0C71;
}
</style>
background-color css
<style>
a { background-color: #2B0C71; }
a { background-color: rgb(43,12,113); }
div.DivClassName
{
background-color: #2B0C71;
}
.BgClassName
{
background-color: #2B0C71;
}
</style>
border-color css
<style>
span { border-color: #2B0C71; }
span { border-color: rgb(43,12,113); }
td.TdClassName
{
border-color: #2B0C71;
}
.TagClassName
{
border-color: #2B0C71;
}
</style>