Shades of Persian Indigo #2B157A
Tints of Persian Indigo #2B157A
RGB
CMYK
RGB Variations
Color information
#2B157A (or 0x2B157A) is known color: Persian Indigo. HEX triplet: 2B, 15 and 7A. RGB value is (43,21,122). Sum of RGB (Red+Green+Blue) = 43+21+122=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 122 (48.05% from 255 or 65.59% from 186); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B157A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B157A is #D4EA85. Grayscale: #262626. Windows color (decimal): -13953670 or 8000811. OLE color: 8000811.
HSL color Cylindrical-coordinate representation of color #2B157A: hue angle of 253.07º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B157A is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 21 | 122 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.52 |
| HSL | 253.07º | 0.71% | 0.28% | - |
| HSV(B) | 253.07º | 0.83% | 0.48% | - |
| XYZ | 4.78 | 2.46 | 18.63 | - |
| YUV | 39.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 122 | 0.65 | 0.83 | 0 | 0.52 | 253.07 | 0.71 | 0.28 |
| Hex | 2B | 15 | 7A | 41 | 53 | 0 | 34 | FD | 47 | 1C |
| Octal | 53 | 25 | 172 | 101 | 123 | 0 | 64 | 375 | 107 | 34 |
| Binary | 101011 | 10101 | 1111010 | 1000001 | 1010011 | 0 | 110100 | 11111101 | 1000111 | 11100 |
Color Harmonies of #2B157A
Complementary color
Monochromatic Colors of #2B157A
Black with #2B157A
Text Example
Text Example
White with #2B157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B157A; }
p { color: rgb(43,21,122); }
H1.HeaderClassName
{
color: #2B157A;
}
.AnyTagClassName
{
color: #2B157A;
}
</style>
background-color css
<style>
a { background-color: #2B157A; }
a { background-color: rgb(43,21,122); }
div.DivClassName
{
background-color: #2B157A;
}
.BgClassName
{
background-color: #2B157A;
}
</style>
border-color css
<style>
span { border-color: #2B157A; }
span { border-color: rgb(43,21,122); }
td.TdClassName
{
border-color: #2B157A;
}
.TagClassName
{
border-color: #2B157A;
}
</style>