#3218B9

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

Shades of Persian Blue #3218B9

Tints of Persian Blue #3218B9

Color information

#3218B9 (or 0x3218B9) is unknown color: approx Persian Blue. HEX triplet: 32, 18 and B9. RGB value is (50,24,185). Sum of RGB (Red+Green+Blue) = 50+24+185=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 185 (72.66% from 255 or 71.43% from 259); Max value from RGB is 185 - color contains mainly: blue. Hex color #3218B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3218B9 is #CDE746. Grayscale: #313131. Windows color (decimal): -13494087 or 12130354. OLE color: 12130354.

HSL color Cylindrical-coordinate representation of color #3218B9: hue angle of 249.69º degrees, saturation: 0.77, 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 #3218B9 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5024185-
CMYK0.730.8700.27
HSL249.69º77.03%40.98%-
HSV(B)249.69º87.03%72.55%-
XYZ10.44.8346.28-
YUV50.13204.11127.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 185 (72.66% from 255) = 71.43%
R=19.31%
G=9.27%
B=71.43%

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
Decimal50241850.730.8700.27249.6977.0340.98
Hex3218B9495701Bfa4d29
Octal623027111112703337211551
Binary110010110001011100110010011010111011011111110101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3218B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3218B9; }

 p { color: rgb(50,24,185); }

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

<style>
 a { background-color: #3218B9; }

 a { background-color: rgb(50,24,185); }

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

<style>
 span { border-color: #3218B9; }

 span { border-color: rgb(50,24,185); }

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