Shades of Persian Blue #3020D2
Tints of Persian Blue #3020D2
RGB
CMYK
RGB Variations
Color information
#3020D2 (or 0x3020D2) is known color: Persian Blue. HEX triplet: 30, 20 and D2. RGB value is (48,32,210). Sum of RGB (Red+Green+Blue) = 48+32+210=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 210 (82.42% from 255 or 72.41% from 290); Max value from RGB is 210 - color contains mainly: blue. Hex color #3020D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3020D2 is #CFDF2D. Grayscale: #383838. Windows color (decimal): -13623086 or 13770800. OLE color: 13770800.
HSL color Cylindrical-coordinate representation of color #3020D2: hue angle of 245.39º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3020D2 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 32 | 210 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.18 |
| HSL | 245.39º | 0.74% | 0.47% | - |
| HSV(B) | 245.39º | 0.85% | 0.82% | - |
| XYZ | 13.37 | 6.31 | 61.49 | - |
| YUV | 57.08 | 214.3 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 210 | 0.77 | 0.85 | 0 | 0.18 | 245.39 | 0.74 | 0.47 |
| Hex | 30 | 20 | D2 | 4D | 55 | 0 | 12 | F5 | 4A | 2F |
| Octal | 60 | 40 | 322 | 115 | 125 | 0 | 22 | 365 | 112 | 57 |
| Binary | 110000 | 100000 | 11010010 | 1001101 | 1010101 | 0 | 10010 | 11110101 | 1001010 | 101111 |
Color Harmonies of #3020D2
Complementary color
Monochromatic Colors of #3020D2
Black with #3020D2
Text Example
Text Example
White with #3020D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3020D2; }
p { color: rgb(48,32,210); }
H1.HeaderClassName
{
color: #3020D2;
}
.AnyTagClassName
{
color: #3020D2;
}
</style>
background-color css
<style>
a { background-color: #3020D2; }
a { background-color: rgb(48,32,210); }
div.DivClassName
{
background-color: #3020D2;
}
.BgClassName
{
background-color: #3020D2;
}
</style>
border-color css
<style>
span { border-color: #3020D2; }
span { border-color: rgb(48,32,210); }
td.TdClassName
{
border-color: #3020D2;
}
.TagClassName
{
border-color: #3020D2;
}
</style>