Shades of Persian Indigo #2B1777
Tints of Persian Indigo #2B1777
RGB
CMYK
RGB Variations
Color information
#2B1777 (or 0x2B1777) is known color: Persian Indigo. HEX triplet: 2B, 17 and 77. RGB value is (43,23,119). Sum of RGB (Red+Green+Blue) = 43+23+119=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B1777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1777 is #D4E888. Grayscale: #272727. Windows color (decimal): -13953161 or 7804715. OLE color: 7804715.
HSL color Cylindrical-coordinate representation of color #2B1777: hue angle of 252.5º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B1777 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 23 | 119 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.53 |
| HSL | 252.5º | 0.68% | 0.28% | - |
| HSV(B) | 252.5º | 0.81% | 0.47% | - |
| XYZ | 4.63 | 2.46 | 17.68 | - |
| YUV | 39.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 119 | 0.64 | 0.81 | 0 | 0.53 | 252.5 | 0.68 | 0.28 |
| Hex | 2B | 17 | 77 | 40 | 51 | 0 | 35 | FD | 44 | 1C |
| Octal | 53 | 27 | 167 | 100 | 121 | 0 | 65 | 375 | 104 | 34 |
| Binary | 101011 | 10111 | 1110111 | 1000000 | 1010001 | 0 | 110101 | 11111101 | 1000100 | 11100 |
Color Harmonies of #2B1777
Complementary color
Monochromatic Colors of #2B1777
Black with #2B1777
Text Example
Text Example
White with #2B1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1777; }
p { color: rgb(43,23,119); }
H1.HeaderClassName
{
color: #2B1777;
}
.AnyTagClassName
{
color: #2B1777;
}
</style>
background-color css
<style>
a { background-color: #2B1777; }
a { background-color: rgb(43,23,119); }
div.DivClassName
{
background-color: #2B1777;
}
.BgClassName
{
background-color: #2B1777;
}
</style>
border-color css
<style>
span { border-color: #2B1777; }
span { border-color: rgb(43,23,119); }
td.TdClassName
{
border-color: #2B1777;
}
.TagClassName
{
border-color: #2B1777;
}
</style>