Shades of Persian Indigo #2B1479
Tints of Persian Indigo #2B1479
RGB
CMYK
RGB Variations
Color information
#2B1479 (or 0x2B1479) is known color: Persian Indigo. HEX triplet: 2B, 14 and 79. RGB value is (43,20,121). Sum of RGB (Red+Green+Blue) = 43+20+121=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 121 (47.66% from 255 or 65.76% from 184); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B1479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1479 is #D4EB86. Grayscale: #262626. Windows color (decimal): -13953927 or 7935019. OLE color: 7935019.
HSL color Cylindrical-coordinate representation of color #2B1479: hue angle of 253.66º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B1479 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 20 | 121 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.53 |
| HSL | 253.66º | 0.72% | 0.28% | - |
| HSV(B) | 253.66º | 0.83% | 0.47% | - |
| XYZ | 4.7 | 2.39 | 18.3 | - |
| YUV | 38.39 | 174.62 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 121 | 0.64 | 0.83 | 0 | 0.53 | 253.66 | 0.72 | 0.28 |
| Hex | 2B | 14 | 79 | 40 | 53 | 0 | 35 | FE | 48 | 1C |
| Octal | 53 | 24 | 171 | 100 | 123 | 0 | 65 | 376 | 110 | 34 |
| Binary | 101011 | 10100 | 1111001 | 1000000 | 1010011 | 0 | 110101 | 11111110 | 1001000 | 11100 |
Color Harmonies of #2B1479
Complementary color
Monochromatic Colors of #2B1479
Black with #2B1479
Text Example
Text Example
White with #2B1479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1479; }
p { color: rgb(43,20,121); }
H1.HeaderClassName
{
color: #2B1479;
}
.AnyTagClassName
{
color: #2B1479;
}
</style>
background-color css
<style>
a { background-color: #2B1479; }
a { background-color: rgb(43,20,121); }
div.DivClassName
{
background-color: #2B1479;
}
.BgClassName
{
background-color: #2B1479;
}
</style>
border-color css
<style>
span { border-color: #2B1479; }
span { border-color: rgb(43,20,121); }
td.TdClassName
{
border-color: #2B1479;
}
.TagClassName
{
border-color: #2B1479;
}
</style>