Shades of Persian Blue #3020CB
Tints of Persian Blue #3020CB
RGB
CMYK
RGB Variations
Color information
#3020CB (or 0x3020CB) is known color: Persian Blue. HEX triplet: 30, 20 and CB. RGB value is (48,32,203). Sum of RGB (Red+Green+Blue) = 48+32+203=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #3020CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3020CB is #CFDF34. Grayscale: #373737. Windows color (decimal): -13623093 or 13312048. OLE color: 13312048.
HSL color Cylindrical-coordinate representation of color #3020CB: hue angle of 245.61º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3020CB is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 32 | 203 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.20 |
| HSL | 245.61º | 0.73% | 0.46% | - |
| HSV(B) | 245.61º | 0.84% | 0.8% | - |
| XYZ | 12.51 | 5.97 | 56.99 | - |
| YUV | 56.28 | 210.8 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 203 | 0.76 | 0.84 | 0 | 0.20 | 245.61 | 0.73 | 0.46 |
| Hex | 30 | 20 | CB | 4C | 54 | 0 | 14 | F6 | 49 | 2E |
| Octal | 60 | 40 | 313 | 114 | 124 | 0 | 24 | 366 | 111 | 56 |
| Binary | 110000 | 100000 | 11001011 | 1001100 | 1010100 | 0 | 10100 | 11110110 | 1001001 | 101110 |
Color Harmonies of #3020CB
Complementary color
Monochromatic Colors of #3020CB
Black with #3020CB
Text Example
Text Example
White with #3020CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3020CB; }
p { color: rgb(48,32,203); }
H1.HeaderClassName
{
color: #3020CB;
}
.AnyTagClassName
{
color: #3020CB;
}
</style>
background-color css
<style>
a { background-color: #3020CB; }
a { background-color: rgb(48,32,203); }
div.DivClassName
{
background-color: #3020CB;
}
.BgClassName
{
background-color: #3020CB;
}
</style>
border-color css
<style>
span { border-color: #3020CB; }
span { border-color: rgb(48,32,203); }
td.TdClassName
{
border-color: #3020CB;
}
.TagClassName
{
border-color: #3020CB;
}
</style>