Shades of Persian Blue #2820DF
Tints of Persian Blue #2820DF
RGB
CMYK
RGB Variations
Color information
#2820DF (or 0x2820DF) is known color: Persian Blue. HEX triplet: 28, 20 and DF. RGB value is (40,32,223). Sum of RGB (Red+Green+Blue) = 40+32+223=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #2820DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2820DF is #D7DF20. Grayscale: #373737. Windows color (decimal): -14147361 or 14622760. OLE color: 14622760.
HSL color Cylindrical-coordinate representation of color #2820DF: hue angle of 242.51º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2820DF is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 32 | 223 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.13 |
| HSL | 242.51º | 0.75% | 0.5% | - |
| HSV(B) | 242.51º | 0.86% | 0.87% | - |
| XYZ | 14.71 | 6.81 | 70.35 | - |
| YUV | 56.17 | 222.15 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 223 | 0.82 | 0.86 | 0 | 0.13 | 242.51 | 0.75 | 0.5 |
| Hex | 28 | 20 | DF | 52 | 56 | 0 | D | F3 | 4B | 32 |
| Octal | 50 | 40 | 337 | 122 | 126 | 0 | 15 | 363 | 113 | 62 |
| Binary | 101000 | 100000 | 11011111 | 1010010 | 1010110 | 0 | 1101 | 11110011 | 1001011 | 110010 |
Color Harmonies of #2820DF
Complementary color
Monochromatic Colors of #2820DF
Black with #2820DF
Text Example
Text Example
White with #2820DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2820DF; }
p { color: rgb(40,32,223); }
H1.HeaderClassName
{
color: #2820DF;
}
.AnyTagClassName
{
color: #2820DF;
}
</style>
background-color css
<style>
a { background-color: #2820DF; }
a { background-color: rgb(40,32,223); }
div.DivClassName
{
background-color: #2820DF;
}
.BgClassName
{
background-color: #2820DF;
}
</style>
border-color css
<style>
span { border-color: #2820DF; }
span { border-color: rgb(40,32,223); }
td.TdClassName
{
border-color: #2820DF;
}
.TagClassName
{
border-color: #2820DF;
}
</style>