Shades of Persian Blue #3020BB
Tints of Persian Blue #3020BB
RGB
CMYK
RGB Variations
Color information
#3020BB (or 0x3020BB) is known color: Persian Blue. HEX triplet: 30, 20 and BB. RGB value is (48,32,187). Sum of RGB (Red+Green+Blue) = 48+32+187=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #3020BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3020BB is #CFDF44. Grayscale: #353535. Windows color (decimal): -13623109 or 12263472. OLE color: 12263472.
HSL color Cylindrical-coordinate representation of color #3020BB: hue angle of 246.19º 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 #3020BB is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 32 | 187 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.27 |
| HSL | 246.19º | 0.71% | 0.43% | - |
| HSV(B) | 246.19º | 0.83% | 0.73% | - |
| XYZ | 10.71 | 5.25 | 47.46 | - |
| YUV | 54.45 | 202.8 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 187 | 0.74 | 0.83 | 0 | 0.27 | 246.19 | 0.71 | 0.43 |
| Hex | 30 | 20 | BB | 4A | 53 | 0 | 1B | F6 | 47 | 2B |
| Octal | 60 | 40 | 273 | 112 | 123 | 0 | 33 | 366 | 107 | 53 |
| Binary | 110000 | 100000 | 10111011 | 1001010 | 1010011 | 0 | 11011 | 11110110 | 1000111 | 101011 |
Color Harmonies of #3020BB
Complementary color
Monochromatic Colors of #3020BB
Black with #3020BB
Text Example
Text Example
White with #3020BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3020BB; }
p { color: rgb(48,32,187); }
H1.HeaderClassName
{
color: #3020BB;
}
.AnyTagClassName
{
color: #3020BB;
}
</style>
background-color css
<style>
a { background-color: #3020BB; }
a { background-color: rgb(48,32,187); }
div.DivClassName
{
background-color: #3020BB;
}
.BgClassName
{
background-color: #3020BB;
}
</style>
border-color css
<style>
span { border-color: #3020BB; }
span { border-color: rgb(48,32,187); }
td.TdClassName
{
border-color: #3020BB;
}
.TagClassName
{
border-color: #3020BB;
}
</style>