Shades of Persian Blue #2820BB
Tints of Persian Blue #2820BB
RGB
CMYK
RGB Variations
Color information
#2820BB (or 0x2820BB) is known color: Persian Blue. HEX triplet: 28, 20 and BB. RGB value is (40,32,187). Sum of RGB (Red+Green+Blue) = 40+32+187=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #2820BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2820BB is #D7DF44. Grayscale: #333333. Windows color (decimal): -14147397 or 12263464. OLE color: 12263464.
HSL color Cylindrical-coordinate representation of color #2820BB: hue angle of 243.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2820BB is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 32 | 187 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.27 |
| HSL | 243.1º | 0.71% | 0.43% | - |
| HSV(B) | 243.1º | 0.83% | 0.73% | - |
| XYZ | 10.36 | 5.07 | 47.45 | - |
| YUV | 52.06 | 204.15 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 187 | 0.79 | 0.83 | 0 | 0.27 | 243.1 | 0.71 | 0.43 |
| Hex | 28 | 20 | BB | 4F | 53 | 0 | 1B | F3 | 47 | 2B |
| Octal | 50 | 40 | 273 | 117 | 123 | 0 | 33 | 363 | 107 | 53 |
| Binary | 101000 | 100000 | 10111011 | 1001111 | 1010011 | 0 | 11011 | 11110011 | 1000111 | 101011 |
Color Harmonies of #2820BB
Complementary color
Monochromatic Colors of #2820BB
Black with #2820BB
Text Example
Text Example
White with #2820BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2820BB; }
p { color: rgb(40,32,187); }
H1.HeaderClassName
{
color: #2820BB;
}
.AnyTagClassName
{
color: #2820BB;
}
</style>
background-color css
<style>
a { background-color: #2820BB; }
a { background-color: rgb(40,32,187); }
div.DivClassName
{
background-color: #2820BB;
}
.BgClassName
{
background-color: #2820BB;
}
</style>
border-color css
<style>
span { border-color: #2820BB; }
span { border-color: rgb(40,32,187); }
td.TdClassName
{
border-color: #2820BB;
}
.TagClassName
{
border-color: #2820BB;
}
</style>