Shades of Persian Blue #2821B1
Tints of Persian Blue #2821B1
RGB
CMYK
RGB Variations
Color information
#2821B1 (or 0x2821B1) is known color: Persian Blue. HEX triplet: 28, 21 and B1. RGB value is (40,33,177). Sum of RGB (Red+Green+Blue) = 40+33+177=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 177 (69.53% from 255 or 70.8% from 250); Max value from RGB is 177 - color contains mainly: blue. Hex color #2821B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2821B1 is #D7DE4E. Grayscale: #323232. Windows color (decimal): -14147151 or 11608360. OLE color: 11608360.
HSL color Cylindrical-coordinate representation of color #2821B1: hue angle of 242.92º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2821B1 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 33 | 177 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.31 |
| HSL | 242.92º | 0.69% | 0.41% | - |
| HSV(B) | 242.92º | 0.81% | 0.69% | - |
| XYZ | 9.35 | 4.71 | 42.01 | - |
| YUV | 51.51 | 198.82 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 177 | 0.77 | 0.81 | 0 | 0.31 | 242.92 | 0.69 | 0.41 |
| Hex | 28 | 21 | B1 | 4D | 51 | 0 | 1F | F3 | 45 | 29 |
| Octal | 50 | 41 | 261 | 115 | 121 | 0 | 37 | 363 | 105 | 51 |
| Binary | 101000 | 100001 | 10110001 | 1001101 | 1010001 | 0 | 11111 | 11110011 | 1000101 | 101001 |
Color Harmonies of #2821B1
Complementary color
Monochromatic Colors of #2821B1
Black with #2821B1
Text Example
Text Example
White with #2821B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2821B1; }
p { color: rgb(40,33,177); }
H1.HeaderClassName
{
color: #2821B1;
}
.AnyTagClassName
{
color: #2821B1;
}
</style>
background-color css
<style>
a { background-color: #2821B1; }
a { background-color: rgb(40,33,177); }
div.DivClassName
{
background-color: #2821B1;
}
.BgClassName
{
background-color: #2821B1;
}
</style>
border-color css
<style>
span { border-color: #2821B1; }
span { border-color: rgb(40,33,177); }
td.TdClassName
{
border-color: #2821B1;
}
.TagClassName
{
border-color: #2821B1;
}
</style>