#3219D0

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

Shades of Persian Blue #3219D0

Tints of Persian Blue #3219D0

Color information

#3219D0 (or 0x3219D0) is unknown color: approx Persian Blue. HEX triplet: 32, 19 and D0. RGB value is (50,25,208). Sum of RGB (Red+Green+Blue) = 50+25+208=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 208 (81.64% from 255 or 73.50% from 283); Max value from RGB is 208 - color contains mainly: blue. Hex color #3219D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3219D0 is #CDE62F. Grayscale: #343434. Windows color (decimal): -13493808 or 13637938. OLE color: 13637938.

HSL color Cylindrical-coordinate representation of color #3219D0: hue angle of 248.2º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3219D0 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5025208-
CMYK0.760.8800.18
HSL248.2º78.54%45.69%-
HSV(B)248.2º87.98%81.57%-
XYZ13.055.9360.13-
YUV53.34215.28125.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 25 (10.16% from 255) = 8.83%
BLUE value IS 208 (81.64% from 255) = 73.50%
R=17.67%
G=8.83%
B=73.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50252080.760.8800.18248.278.5445.69
Hex3219D04C58012f84f2e
Octal623132011413002237011756
Binary110010110011101000010011001011000010010111110001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3219D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3219D0; }

 p { color: rgb(50,25,208); }

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

<style>
 a { background-color: #3219D0; }

 a { background-color: rgb(50,25,208); }

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

<style>
 span { border-color: #3219D0; }

 span { border-color: rgb(50,25,208); }

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