Shades of Persian Blue #2B29AB
Tints of Persian Blue #2B29AB
RGB
CMYK
RGB Variations
Color information
#2B29AB (or 0x2B29AB) is known color: Persian Blue. HEX triplet: 2B, 29 and AB. RGB value is (43,41,171). Sum of RGB (Red+Green+Blue) = 43+41+171=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B29AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B29AB is #D4D654. Grayscale: #373737. Windows color (decimal): -13948501 or 11217195. OLE color: 11217195.
HSL color Cylindrical-coordinate representation of color #2B29AB: hue angle of 240.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B29AB is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 41 | 171 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.33 |
| HSL | 240.92º | 0.61% | 0.42% | - |
| HSV(B) | 240.92º | 0.76% | 0.67% | - |
| XYZ | 9.14 | 5.04 | 39.02 | - |
| YUV | 56.42 | 192.66 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 171 | 0.75 | 0.76 | 0 | 0.33 | 240.92 | 0.61 | 0.42 |
| Hex | 2B | 29 | AB | 4B | 4C | 0 | 21 | F1 | 3D | 2A |
| Octal | 53 | 51 | 253 | 113 | 114 | 0 | 41 | 361 | 75 | 52 |
| Binary | 101011 | 101001 | 10101011 | 1001011 | 1001100 | 0 | 100001 | 11110001 | 111101 | 101010 |
Color Harmonies of #2B29AB
Complementary color
Monochromatic Colors of #2B29AB
Black with #2B29AB
Text Example
Text Example
White with #2B29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B29AB; }
p { color: rgb(43,41,171); }
H1.HeaderClassName
{
color: #2B29AB;
}
.AnyTagClassName
{
color: #2B29AB;
}
</style>
background-color css
<style>
a { background-color: #2B29AB; }
a { background-color: rgb(43,41,171); }
div.DivClassName
{
background-color: #2B29AB;
}
.BgClassName
{
background-color: #2B29AB;
}
</style>
border-color css
<style>
span { border-color: #2B29AB; }
span { border-color: rgb(43,41,171); }
td.TdClassName
{
border-color: #2B29AB;
}
.TagClassName
{
border-color: #2B29AB;
}
</style>