Shades of Persian Blue #3020C3
Tints of Persian Blue #3020C3
RGB
CMYK
RGB Variations
Color information
#3020C3 (or 0x3020C3) is known color: Persian Blue. HEX triplet: 30, 20 and C3. RGB value is (48,32,195). Sum of RGB (Red+Green+Blue) = 48+32+195=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 195 (76.56% from 255 or 70.91% from 275); Max value from RGB is 195 - color contains mainly: blue. Hex color #3020C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3020C3 is #CFDF3C. Grayscale: #363636. Windows color (decimal): -13623101 or 12787760. OLE color: 12787760.
HSL color Cylindrical-coordinate representation of color #3020C3: hue angle of 245.89º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3020C3 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 32 | 195 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.24 |
| HSL | 245.89º | 0.72% | 0.45% | - |
| HSV(B) | 245.89º | 0.84% | 0.76% | - |
| XYZ | 11.59 | 5.6 | 52.1 | - |
| YUV | 55.37 | 206.8 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 195 | 0.75 | 0.84 | 0 | 0.24 | 245.89 | 0.72 | 0.45 |
| Hex | 30 | 20 | C3 | 4B | 54 | 0 | 18 | F6 | 48 | 2D |
| Octal | 60 | 40 | 303 | 113 | 124 | 0 | 30 | 366 | 110 | 55 |
| Binary | 110000 | 100000 | 11000011 | 1001011 | 1010100 | 0 | 11000 | 11110110 | 1001000 | 101101 |
Color Harmonies of #3020C3
Complementary color
Monochromatic Colors of #3020C3
Black with #3020C3
Text Example
Text Example
White with #3020C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3020C3; }
p { color: rgb(48,32,195); }
H1.HeaderClassName
{
color: #3020C3;
}
.AnyTagClassName
{
color: #3020C3;
}
</style>
background-color css
<style>
a { background-color: #3020C3; }
a { background-color: rgb(48,32,195); }
div.DivClassName
{
background-color: #3020C3;
}
.BgClassName
{
background-color: #3020C3;
}
</style>
border-color css
<style>
span { border-color: #3020C3; }
span { border-color: rgb(48,32,195); }
td.TdClassName
{
border-color: #3020C3;
}
.TagClassName
{
border-color: #3020C3;
}
</style>