Shades of Persian Indigo #2B1B74
Tints of Persian Indigo #2B1B74
RGB
CMYK
RGB Variations
Color information
#2B1B74 (or 0x2B1B74) is known color: Persian Indigo. HEX triplet: 2B, 1B and 74. RGB value is (43,27,116). Sum of RGB (Red+Green+Blue) = 43+27+116=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B1B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1B74 is #D4E48B. Grayscale: #292929. Windows color (decimal): -13952140 or 7609131. OLE color: 7609131.
HSL color Cylindrical-coordinate representation of color #2B1B74: hue angle of 250.79º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B1B74 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 27 | 116 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.55 |
| HSL | 250.79º | 0.62% | 0.28% | - |
| HSV(B) | 250.79º | 0.77% | 0.45% | - |
| XYZ | 4.54 | 2.56 | 16.78 | - |
| YUV | 41.93 | 169.8 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 116 | 0.63 | 0.77 | 0 | 0.55 | 250.79 | 0.62 | 0.28 |
| Hex | 2B | 1B | 74 | 3F | 4D | 0 | 37 | FB | 3E | 1C |
| Octal | 53 | 33 | 164 | 77 | 115 | 0 | 67 | 373 | 76 | 34 |
| Binary | 101011 | 11011 | 1110100 | 111111 | 1001101 | 0 | 110111 | 11111011 | 111110 | 11100 |
Color Harmonies of #2B1B74
Complementary color
Monochromatic Colors of #2B1B74
Black with #2B1B74
Text Example
Text Example
White with #2B1B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1B74; }
p { color: rgb(43,27,116); }
H1.HeaderClassName
{
color: #2B1B74;
}
.AnyTagClassName
{
color: #2B1B74;
}
</style>
background-color css
<style>
a { background-color: #2B1B74; }
a { background-color: rgb(43,27,116); }
div.DivClassName
{
background-color: #2B1B74;
}
.BgClassName
{
background-color: #2B1B74;
}
</style>
border-color css
<style>
span { border-color: #2B1B74; }
span { border-color: rgb(43,27,116); }
td.TdClassName
{
border-color: #2B1B74;
}
.TagClassName
{
border-color: #2B1B74;
}
</style>