Shades of Persian Indigo #2B147A
Tints of Persian Indigo #2B147A
RGB
CMYK
RGB Variations
Color information
#2B147A (or 0x2B147A) is known color: Persian Indigo. HEX triplet: 2B, 14 and 7A. RGB value is (43,20,122). Sum of RGB (Red+Green+Blue) = 43+20+122=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B147A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B147A is #D4EB85. Grayscale: #262626. Windows color (decimal): -13953926 or 8000555. OLE color: 8000555.
HSL color Cylindrical-coordinate representation of color #2B147A: hue angle of 253.53º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B147A is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 20 | 122 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.52 |
| HSL | 253.53º | 0.72% | 0.28% | - |
| HSV(B) | 253.53º | 0.84% | 0.48% | - |
| XYZ | 4.76 | 2.42 | 18.63 | - |
| YUV | 38.51 | 175.12 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 122 | 0.65 | 0.84 | 0 | 0.52 | 253.53 | 0.72 | 0.28 |
| Hex | 2B | 14 | 7A | 41 | 54 | 0 | 34 | FE | 48 | 1C |
| Octal | 53 | 24 | 172 | 101 | 124 | 0 | 64 | 376 | 110 | 34 |
| Binary | 101011 | 10100 | 1111010 | 1000001 | 1010100 | 0 | 110100 | 11111110 | 1001000 | 11100 |
Color Harmonies of #2B147A
Complementary color
Monochromatic Colors of #2B147A
Black with #2B147A
Text Example
Text Example
White with #2B147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B147A; }
p { color: rgb(43,20,122); }
H1.HeaderClassName
{
color: #2B147A;
}
.AnyTagClassName
{
color: #2B147A;
}
</style>
background-color css
<style>
a { background-color: #2B147A; }
a { background-color: rgb(43,20,122); }
div.DivClassName
{
background-color: #2B147A;
}
.BgClassName
{
background-color: #2B147A;
}
</style>
border-color css
<style>
span { border-color: #2B147A; }
span { border-color: rgb(43,20,122); }
td.TdClassName
{
border-color: #2B147A;
}
.TagClassName
{
border-color: #2B147A;
}
</style>