Shades of Persian Blue #2821CF
Tints of Persian Blue #2821CF
RGB
CMYK
RGB Variations
Color information
#2821CF (or 0x2821CF) is known color: Persian Blue. HEX triplet: 28, 21 and CF. RGB value is (40,33,207). Sum of RGB (Red+Green+Blue) = 40+33+207=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #2821CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2821CF is #D7DE30. Grayscale: #363636. Windows color (decimal): -14147121 or 13574440. OLE color: 13574440.
HSL color Cylindrical-coordinate representation of color #2821CF: hue angle of 242.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2821CF is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 33 | 207 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.19 |
| HSL | 242.41º | 0.73% | 0.47% | - |
| HSV(B) | 242.41º | 0.84% | 0.81% | - |
| XYZ | 12.68 | 6.04 | 59.53 | - |
| YUV | 54.93 | 213.82 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 207 | 0.81 | 0.84 | 0 | 0.19 | 242.41 | 0.73 | 0.47 |
| Hex | 28 | 21 | CF | 51 | 54 | 0 | 13 | F2 | 48 | 2F |
| Octal | 50 | 41 | 317 | 121 | 124 | 0 | 23 | 362 | 110 | 57 |
| Binary | 101000 | 100001 | 11001111 | 1010001 | 1010100 | 0 | 10011 | 11110010 | 1001000 | 101111 |
Color Harmonies of #2821CF
Complementary color
Monochromatic Colors of #2821CF
Black with #2821CF
Text Example
Text Example
White with #2821CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2821CF; }
p { color: rgb(40,33,207); }
H1.HeaderClassName
{
color: #2821CF;
}
.AnyTagClassName
{
color: #2821CF;
}
</style>
background-color css
<style>
a { background-color: #2821CF; }
a { background-color: rgb(40,33,207); }
div.DivClassName
{
background-color: #2821CF;
}
.BgClassName
{
background-color: #2821CF;
}
</style>
border-color css
<style>
span { border-color: #2821CF; }
span { border-color: rgb(40,33,207); }
td.TdClassName
{
border-color: #2821CF;
}
.TagClassName
{
border-color: #2821CF;
}
</style>