Shades of Persian Blue #2821BA
Tints of Persian Blue #2821BA
RGB
CMYK
RGB Variations
Color information
#2821BA (or 0x2821BA) is known color: Persian Blue. HEX triplet: 28, 21 and BA. RGB value is (40,33,186). Sum of RGB (Red+Green+Blue) = 40+33+186=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #2821BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2821BA is #D7DE45. Grayscale: #333333. Windows color (decimal): -14147142 or 12198184. OLE color: 12198184.
HSL color Cylindrical-coordinate representation of color #2821BA: hue angle of 242.75º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2821BA is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 33 | 186 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.27 |
| HSL | 242.75º | 0.7% | 0.43% | - |
| HSV(B) | 242.75º | 0.82% | 0.73% | - |
| XYZ | 10.28 | 5.08 | 46.89 | - |
| YUV | 52.54 | 203.32 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 186 | 0.78 | 0.82 | 0 | 0.27 | 242.75 | 0.7 | 0.43 |
| Hex | 28 | 21 | BA | 4E | 52 | 0 | 1B | F3 | 46 | 2B |
| Octal | 50 | 41 | 272 | 116 | 122 | 0 | 33 | 363 | 106 | 53 |
| Binary | 101000 | 100001 | 10111010 | 1001110 | 1010010 | 0 | 11011 | 11110011 | 1000110 | 101011 |
Color Harmonies of #2821BA
Complementary color
Monochromatic Colors of #2821BA
Black with #2821BA
Text Example
Text Example
White with #2821BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2821BA; }
p { color: rgb(40,33,186); }
H1.HeaderClassName
{
color: #2821BA;
}
.AnyTagClassName
{
color: #2821BA;
}
</style>
background-color css
<style>
a { background-color: #2821BA; }
a { background-color: rgb(40,33,186); }
div.DivClassName
{
background-color: #2821BA;
}
.BgClassName
{
background-color: #2821BA;
}
</style>
border-color css
<style>
span { border-color: #2821BA; }
span { border-color: rgb(40,33,186); }
td.TdClassName
{
border-color: #2821BA;
}
.TagClassName
{
border-color: #2821BA;
}
</style>