#3020D9

Color #3020D9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3020D9

Tints of Persian Blue #3020D9

Color information

#3020D9 (or 0x3020D9) is unknown color: approx Persian Blue. HEX triplet: 30, 20 and D9. RGB value is (48,32,217). Sum of RGB (Red+Green+Blue) = 48+32+217=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 217 (85.16% from 255 or 73.06% from 297); Max value from RGB is 217 - color contains mainly: blue. Hex color #3020D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3020D9 is #CFDF26. Grayscale: #393939. Windows color (decimal): -13623079 or 14229552. OLE color: 14229552.

HSL color Cylindrical-coordinate representation of color #3020D9: hue angle of 245.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3020D9 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4832217-
CMYK0.780.8500.15
HSL245.19º74.3%48.82%-
HSV(B)245.19º85.25%85.1%-
XYZ14.266.6766.18-
YUV57.87217.8120.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 217 (85.16% from 255) = 73.06%
R=16.16%
G=10.77%
B=73.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal48322170.780.8500.15245.1974.348.82
Hex3020D94E550Ff54a31
Octal604033111612501736511261
Binary110000100000110110011001110101010101111111101011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3020D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3020D9; }

 p { color: rgb(48,32,217); }

 H1.HeaderClassName
 {
   color: #3020D9;
 }
 .AnyTagClassName
 {
   color: #3020D9;
 }
</style>
background-color css

<style>
 a { background-color: #3020D9; }

 a { background-color: rgb(48,32,217); }

 div.DivClassName
 {
   background-color: #3020D9;
 }
 .BgClassName
 {
   background-color: #3020D9;
 }
</style>
border-color css

<style>
 span { border-color: #3020D9; }

 span { border-color: rgb(48,32,217); }

 td.TdClassName
 {
   border-color: #3020D9;
 }
 .TagClassName
 {
   border-color: #3020D9;
 }
</style>