Shades of Persian Blue #2820D0
Tints of Persian Blue #2820D0
RGB
CMYK
RGB Variations
Color information
#2820D0 (or 0x2820D0) is known color: Persian Blue. HEX triplet: 28, 20 and D0. RGB value is (40,32,208). Sum of RGB (Red+Green+Blue) = 40+32+208=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 208 (81.64% from 255 or 74.29% from 280); Max value from RGB is 208 - color contains mainly: blue. Hex color #2820D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2820D0 is #D7DF2F. Grayscale: #353535. Windows color (decimal): -14147376 or 13639720. OLE color: 13639720.
HSL color Cylindrical-coordinate representation of color #2820D0: hue angle of 242.73º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2820D0 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 32 | 208 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.18 |
| HSL | 242.73º | 0.73% | 0.47% | - |
| HSV(B) | 242.73º | 0.85% | 0.82% | - |
| XYZ | 12.78 | 6.04 | 60.17 | - |
| YUV | 54.46 | 214.65 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 208 | 0.81 | 0.85 | 0 | 0.18 | 242.73 | 0.73 | 0.47 |
| Hex | 28 | 20 | D0 | 51 | 55 | 0 | 12 | F3 | 49 | 2F |
| Octal | 50 | 40 | 320 | 121 | 125 | 0 | 22 | 363 | 111 | 57 |
| Binary | 101000 | 100000 | 11010000 | 1010001 | 1010101 | 0 | 10010 | 11110011 | 1001001 | 101111 |
Color Harmonies of #2820D0
Complementary color
Monochromatic Colors of #2820D0
Black with #2820D0
Text Example
Text Example
White with #2820D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2820D0; }
p { color: rgb(40,32,208); }
H1.HeaderClassName
{
color: #2820D0;
}
.AnyTagClassName
{
color: #2820D0;
}
</style>
background-color css
<style>
a { background-color: #2820D0; }
a { background-color: rgb(40,32,208); }
div.DivClassName
{
background-color: #2820D0;
}
.BgClassName
{
background-color: #2820D0;
}
</style>
border-color css
<style>
span { border-color: #2820D0; }
span { border-color: rgb(40,32,208); }
td.TdClassName
{
border-color: #2820D0;
}
.TagClassName
{
border-color: #2820D0;
}
</style>