Shades of Persian Blue #2829AB
Tints of Persian Blue #2829AB
RGB
CMYK
RGB Variations
Color information
#2829AB (or 0x2829AB) is known color: Persian Blue. HEX triplet: 28, 29 and AB. RGB value is (40,41,171). Sum of RGB (Red+Green+Blue) = 40+41+171=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #2829AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2829AB is #D7D654. Grayscale: #373737. Windows color (decimal): -14145109 or 11217192. OLE color: 11217192.
HSL color Cylindrical-coordinate representation of color #2829AB: hue angle of 239.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2829AB is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 41 | 171 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.33 |
| HSL | 239.54º | 0.62% | 0.41% | - |
| HSV(B) | 239.54º | 0.77% | 0.67% | - |
| XYZ | 9.02 | 4.98 | 39.01 | - |
| YUV | 55.52 | 193.17 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 171 | 0.77 | 0.76 | 0 | 0.33 | 239.54 | 0.62 | 0.41 |
| Hex | 28 | 29 | AB | 4D | 4C | 0 | 21 | F0 | 3E | 29 |
| Octal | 50 | 51 | 253 | 115 | 114 | 0 | 41 | 360 | 76 | 51 |
| Binary | 101000 | 101001 | 10101011 | 1001101 | 1001100 | 0 | 100001 | 11110000 | 111110 | 101001 |
Color Harmonies of #2829AB
Complementary color
Monochromatic Colors of #2829AB
Black with #2829AB
Text Example
Text Example
White with #2829AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2829AB; }
p { color: rgb(40,41,171); }
H1.HeaderClassName
{
color: #2829AB;
}
.AnyTagClassName
{
color: #2829AB;
}
</style>
background-color css
<style>
a { background-color: #2829AB; }
a { background-color: rgb(40,41,171); }
div.DivClassName
{
background-color: #2829AB;
}
.BgClassName
{
background-color: #2829AB;
}
</style>
border-color css
<style>
span { border-color: #2829AB; }
span { border-color: rgb(40,41,171); }
td.TdClassName
{
border-color: #2829AB;
}
.TagClassName
{
border-color: #2829AB;
}
</style>