#3219BA

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

Shades of Persian Blue #3219BA

Tints of Persian Blue #3219BA

Color information

#3219BA (or 0x3219BA) is unknown color: approx Persian Blue. HEX triplet: 32, 19 and BA. RGB value is (50,25,186). Sum of RGB (Red+Green+Blue) = 50+25+186=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #3219BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3219BA is #CDE645. Grayscale: #323232. Windows color (decimal): -13493830 or 12196146. OLE color: 12196146.

HSL color Cylindrical-coordinate representation of color #3219BA: hue angle of 249.32º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3219BA is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5025186-
CMYK0.730.8700.27
HSL249.32º76.3%41.37%-
HSV(B)249.32º86.56%72.94%-
XYZ10.534.9246.85-
YUV50.83204.28127.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 25 (10.16% from 255) = 9.58%
BLUE value IS 186 (73.05% from 255) = 71.26%
R=19.16%
G=9.58%
B=71.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50251860.730.8700.27249.3276.341.37
Hex3219BA495701Bf94c29
Octal623127211112703337111451
Binary110010110011011101010010011010111011011111110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3219BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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