Shades of Persian Indigo #2B1B7E
Tints of Persian Indigo #2B1B7E
RGB
CMYK
RGB Variations
Color information
#2B1B7E (or 0x2B1B7E) is known color: Persian Indigo. HEX triplet: 2B, 1B and 7E. RGB value is (43,27,126). Sum of RGB (Red+Green+Blue) = 43+27+126=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #2B1B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1B7E is #D4E481. Grayscale: #2A2A2A. Windows color (decimal): -13952130 or 8264491. OLE color: 8264491.
HSL color Cylindrical-coordinate representation of color #2B1B7E: hue angle of 249.7º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B1B7E is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 27 | 126 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.51 |
| HSL | 249.7º | 0.65% | 0.3% | - |
| HSV(B) | 249.7º | 0.79% | 0.49% | - |
| XYZ | 5.15 | 2.8 | 20.01 | - |
| YUV | 43.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 126 | 0.66 | 0.79 | 0 | 0.51 | 249.7 | 0.65 | 0.3 |
| Hex | 2B | 1B | 7E | 42 | 4F | 0 | 33 | FA | 41 | 1E |
| Octal | 53 | 33 | 176 | 102 | 117 | 0 | 63 | 372 | 101 | 36 |
| Binary | 101011 | 11011 | 1111110 | 1000010 | 1001111 | 0 | 110011 | 11111010 | 1000001 | 11110 |
Color Harmonies of #2B1B7E
Complementary color
Monochromatic Colors of #2B1B7E
Black with #2B1B7E
Text Example
Text Example
White with #2B1B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1B7E; }
p { color: rgb(43,27,126); }
H1.HeaderClassName
{
color: #2B1B7E;
}
.AnyTagClassName
{
color: #2B1B7E;
}
</style>
background-color css
<style>
a { background-color: #2B1B7E; }
a { background-color: rgb(43,27,126); }
div.DivClassName
{
background-color: #2B1B7E;
}
.BgClassName
{
background-color: #2B1B7E;
}
</style>
border-color css
<style>
span { border-color: #2B1B7E; }
span { border-color: rgb(43,27,126); }
td.TdClassName
{
border-color: #2B1B7E;
}
.TagClassName
{
border-color: #2B1B7E;
}
</style>