Shades of Persian Blue #3020BC
Tints of Persian Blue #3020BC
RGB
CMYK
RGB Variations
Color information
#3020BC (or 0x3020BC) is known color: Persian Blue. HEX triplet: 30, 20 and BC. RGB value is (48,32,188). Sum of RGB (Red+Green+Blue) = 48+32+188=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #3020BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3020BC is #CFDF43. Grayscale: #353535. Windows color (decimal): -13623108 or 12329008. OLE color: 12329008.
HSL color Cylindrical-coordinate representation of color #3020BC: hue angle of 246.15º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3020BC is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 32 | 188 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.26 |
| HSL | 246.15º | 0.71% | 0.43% | - |
| HSV(B) | 246.15º | 0.83% | 0.74% | - |
| XYZ | 10.81 | 5.29 | 48.03 | - |
| YUV | 54.57 | 203.3 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 188 | 0.74 | 0.83 | 0 | 0.26 | 246.15 | 0.71 | 0.43 |
| Hex | 30 | 20 | BC | 4A | 53 | 0 | 1A | F6 | 47 | 2B |
| Octal | 60 | 40 | 274 | 112 | 123 | 0 | 32 | 366 | 107 | 53 |
| Binary | 110000 | 100000 | 10111100 | 1001010 | 1010011 | 0 | 11010 | 11110110 | 1000111 | 101011 |
Color Harmonies of #3020BC
Complementary color
Monochromatic Colors of #3020BC
Black with #3020BC
Text Example
Text Example
White with #3020BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3020BC; }
p { color: rgb(48,32,188); }
H1.HeaderClassName
{
color: #3020BC;
}
.AnyTagClassName
{
color: #3020BC;
}
</style>
background-color css
<style>
a { background-color: #3020BC; }
a { background-color: rgb(48,32,188); }
div.DivClassName
{
background-color: #3020BC;
}
.BgClassName
{
background-color: #3020BC;
}
</style>
border-color css
<style>
span { border-color: #3020BC; }
span { border-color: rgb(48,32,188); }
td.TdClassName
{
border-color: #3020BC;
}
.TagClassName
{
border-color: #3020BC;
}
</style>