#322BD1

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

Shades of Persian Blue #322BD1

Tints of Persian Blue #322BD1

Color information

#322BD1 (or 0x322BD1) is unknown color: approx Persian Blue. HEX triplet: 32, 2B and D1. RGB value is (50,43,209). Sum of RGB (Red+Green+Blue) = 50+43+209=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 209 (82.03% from 255 or 69.21% from 302); Max value from RGB is 209 - color contains mainly: blue. Hex color #322BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322BD1 is #CDD42E. Grayscale: #3F3F3F. Windows color (decimal): -13489199 or 13708082. OLE color: 13708082.

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

Color convert

RGB5043209-
CMYK0.760.7900.18
HSL242.53º65.87%49.41%-
HSV(B)242.53º79.43%81.96%-
XYZ13.697.0160.95-
YUV64.02209.82118-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 43 (17.19% from 255) = 14.24%
BLUE value IS 209 (82.03% from 255) = 69.21%
R=16.56%
G=14.24%
B=69.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50432090.760.7900.18242.5365.8749.41
Hex322BD14C4F012f34231
Octal625332111411702236310261
Binary1100101010111101000110011001001111010010111100111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322BD1; }

 p { color: rgb(50,43,209); }

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

<style>
 a { background-color: #322BD1; }

 a { background-color: rgb(50,43,209); }

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

<style>
 span { border-color: #322BD1; }

 span { border-color: rgb(50,43,209); }

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