Shades of Persian Indigo #2B156A
Tints of Persian Indigo #2B156A
RGB
CMYK
RGB Variations
Color information
#2B156A (or 0x2B156A) is known color: Persian Indigo. HEX triplet: 2B, 15 and 6A. RGB value is (43,21,106). Sum of RGB (Red+Green+Blue) = 43+21+106=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 106 (41.80% from 255 or 62.35% from 170); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B156A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B156A is #D4EA95. Grayscale: #242424. Windows color (decimal): -13953686 or 6952235. OLE color: 6952235.
HSL color Cylindrical-coordinate representation of color #2B156A: hue angle of 255.53º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B156A is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 21 | 106 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.58 |
| HSL | 255.53º | 0.67% | 0.25% | - |
| HSV(B) | 255.53º | 0.8% | 0.42% | - |
| XYZ | 3.87 | 2.09 | 13.84 | - |
| YUV | 37.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 106 | 0.59 | 0.80 | 0 | 0.58 | 255.53 | 0.67 | 0.25 |
| Hex | 2B | 15 | 6A | 3B | 50 | 0 | 3A | 100 | 43 | 19 |
| Octal | 53 | 25 | 152 | 73 | 120 | 0 | 72 | 400 | 103 | 31 |
| Binary | 101011 | 10101 | 1101010 | 111011 | 1010000 | 0 | 111010 | 100000000 | 1000011 | 11001 |
Color Harmonies of #2B156A
Complementary color
Monochromatic Colors of #2B156A
Black with #2B156A
Text Example
Text Example
White with #2B156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B156A; }
p { color: rgb(43,21,106); }
H1.HeaderClassName
{
color: #2B156A;
}
.AnyTagClassName
{
color: #2B156A;
}
</style>
background-color css
<style>
a { background-color: #2B156A; }
a { background-color: rgb(43,21,106); }
div.DivClassName
{
background-color: #2B156A;
}
.BgClassName
{
background-color: #2B156A;
}
</style>
border-color css
<style>
span { border-color: #2B156A; }
span { border-color: rgb(43,21,106); }
td.TdClassName
{
border-color: #2B156A;
}
.TagClassName
{
border-color: #2B156A;
}
</style>