Shades of Persian Indigo #2B1672
Tints of Persian Indigo #2B1672
RGB
CMYK
RGB Variations
Color information
#2B1672 (or 0x2B1672) is known color: Persian Indigo. HEX triplet: 2B, 16 and 72. RGB value is (43,22,114). Sum of RGB (Red+Green+Blue) = 43+22+114=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B1672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1672 is #D4E98D. Grayscale: #262626. Windows color (decimal): -13953422 or 7476779. OLE color: 7476779.
HSL color Cylindrical-coordinate representation of color #2B1672: hue angle of 253.7º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B1672 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 22 | 114 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.55 |
| HSL | 253.7º | 0.68% | 0.27% | - |
| HSV(B) | 253.7º | 0.81% | 0.45% | - |
| XYZ | 4.32 | 2.3 | 16.14 | - |
| YUV | 38.77 | 170.46 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 114 | 0.62 | 0.81 | 0 | 0.55 | 253.7 | 0.68 | 0.27 |
| Hex | 2B | 16 | 72 | 3E | 51 | 0 | 37 | FE | 44 | 1B |
| Octal | 53 | 26 | 162 | 76 | 121 | 0 | 67 | 376 | 104 | 33 |
| Binary | 101011 | 10110 | 1110010 | 111110 | 1010001 | 0 | 110111 | 11111110 | 1000100 | 11011 |
Color Harmonies of #2B1672
Complementary color
Monochromatic Colors of #2B1672
Black with #2B1672
Text Example
Text Example
White with #2B1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1672; }
p { color: rgb(43,22,114); }
H1.HeaderClassName
{
color: #2B1672;
}
.AnyTagClassName
{
color: #2B1672;
}
</style>
background-color css
<style>
a { background-color: #2B1672; }
a { background-color: rgb(43,22,114); }
div.DivClassName
{
background-color: #2B1672;
}
.BgClassName
{
background-color: #2B1672;
}
</style>
border-color css
<style>
span { border-color: #2B1672; }
span { border-color: rgb(43,22,114); }
td.TdClassName
{
border-color: #2B1672;
}
.TagClassName
{
border-color: #2B1672;
}
</style>