Shades of Persian Blue #2821AB
Tints of Persian Blue #2821AB
RGB
CMYK
RGB Variations
Color information
#2821AB (or 0x2821AB) is known color: Persian Blue. HEX triplet: 28, 21 and AB. RGB value is (40,33,171). Sum of RGB (Red+Green+Blue) = 40+33+171=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #2821AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2821AB is #D7DE54. Grayscale: #323232. Windows color (decimal): -14147157 or 11215144. OLE color: 11215144.
HSL color Cylindrical-coordinate representation of color #2821AB: hue angle of 243.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2821AB is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 33 | 171 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.33 |
| HSL | 243.04º | 0.68% | 0.4% | - |
| HSV(B) | 243.04º | 0.81% | 0.67% | - |
| XYZ | 8.77 | 4.48 | 38.93 | - |
| YUV | 50.83 | 195.82 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 171 | 0.77 | 0.81 | 0 | 0.33 | 243.04 | 0.68 | 0.4 |
| Hex | 28 | 21 | AB | 4D | 51 | 0 | 21 | F3 | 44 | 28 |
| Octal | 50 | 41 | 253 | 115 | 121 | 0 | 41 | 363 | 104 | 50 |
| Binary | 101000 | 100001 | 10101011 | 1001101 | 1010001 | 0 | 100001 | 11110011 | 1000100 | 101000 |
Color Harmonies of #2821AB
Complementary color
Monochromatic Colors of #2821AB
Black with #2821AB
Text Example
Text Example
White with #2821AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2821AB; }
p { color: rgb(40,33,171); }
H1.HeaderClassName
{
color: #2821AB;
}
.AnyTagClassName
{
color: #2821AB;
}
</style>
background-color css
<style>
a { background-color: #2821AB; }
a { background-color: rgb(40,33,171); }
div.DivClassName
{
background-color: #2821AB;
}
.BgClassName
{
background-color: #2821AB;
}
</style>
border-color css
<style>
span { border-color: #2821AB; }
span { border-color: rgb(40,33,171); }
td.TdClassName
{
border-color: #2821AB;
}
.TagClassName
{
border-color: #2821AB;
}
</style>