Shades of Persian Indigo #2B146A
Tints of Persian Indigo #2B146A
RGB
CMYK
RGB Variations
Color information
#2B146A (or 0x2B146A) is known color: Persian Indigo. HEX triplet: 2B, 14 and 6A. RGB value is (43,20,106). Sum of RGB (Red+Green+Blue) = 43+20+106=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 106 (41.80% from 255 or 62.72% from 169); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B146A is #D4EB95. Grayscale: #242424. Windows color (decimal): -13953942 or 6951979. OLE color: 6951979.
HSL color Cylindrical-coordinate representation of color #2B146A: hue angle of 256.05º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B146A is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 20 | 106 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.58 |
| HSL | 256.05º | 0.68% | 0.25% | - |
| HSV(B) | 256.05º | 0.81% | 0.42% | - |
| XYZ | 3.85 | 2.05 | 13.83 | - |
| YUV | 36.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 106 | 0.59 | 0.81 | 0 | 0.58 | 256.05 | 0.68 | 0.25 |
| Hex | 2B | 14 | 6A | 3B | 51 | 0 | 3A | 100 | 44 | 19 |
| Octal | 53 | 24 | 152 | 73 | 121 | 0 | 72 | 400 | 104 | 31 |
| Binary | 101011 | 10100 | 1101010 | 111011 | 1010001 | 0 | 111010 | 100000000 | 1000100 | 11001 |
Color Harmonies of #2B146A
Complementary color
Monochromatic Colors of #2B146A
Black with #2B146A
Text Example
Text Example
White with #2B146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B146A; }
p { color: rgb(43,20,106); }
H1.HeaderClassName
{
color: #2B146A;
}
.AnyTagClassName
{
color: #2B146A;
}
</style>
background-color css
<style>
a { background-color: #2B146A; }
a { background-color: rgb(43,20,106); }
div.DivClassName
{
background-color: #2B146A;
}
.BgClassName
{
background-color: #2B146A;
}
</style>
border-color css
<style>
span { border-color: #2B146A; }
span { border-color: rgb(43,20,106); }
td.TdClassName
{
border-color: #2B146A;
}
.TagClassName
{
border-color: #2B146A;
}
</style>