Html Css Color HEX #322BA9 Persian Blue

📋 copy color: '#322BA9'

red 50 ◦ green 43 ◦ blue 169

#322BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #322BA9

Tints of Persian Blue #322BA9

RGB

 RED value IS 50 (19.92% from 255) = 19.08%

 GREEN value IS 43 (17.19% from 255) = 16.41%

 BLUE value IS 169 (66.41% from 255) = 64.5%

R = 19.08%
G = 16.41%
B = 64.5%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#322BA9 (or 0x322BA9) is known color: Persian Blue. HEX triplet: 32, 2B and A9. RGB value is (50,43,169). Sum of RGB (Red+Green+Blue) = 50+43+169=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 169 (66.41% from 255 or 64.50% from 262); Max value from RGB is 169 - color contains mainly: blue. Hex color #322BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322BA9 is #CDD456. Grayscale: #3A3A3A. Windows color (decimal): -13489239 or 11086642. OLE color: 11086642.

HSL color Cylindrical-coordinate representation of color #322BA9: hue angle of 243.33º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322BA9 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 50 43 169 -
CMYK 0.70 0.75 0 0.34
HSL 243.33º 0.59% 0.42% -
HSV(B) 243.33º 0.75% 0.66% -
XYZ 9.34 5.27 38.06 -
YUV 59.46 189.82 121.25 -
System Red Green Blue C M Y K H S L
Decimal 50 43 169 0.70 0.75 0 0.34 243.33 0.59 0.42
Hex 32 2B A9 46 4B 0 22 F3 3B 2A
Octal 62 53 251 106 113 0 42 363 73 52
Binary 110010 101011 10101001 1000110 1001011 0 100010 11110011 111011 101010

Color Harmonies of #322BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322BA9

Black with #322BA9

Text Example


Text Example

White with #322BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #322BA9;
 }
 .AnyTagClassName
 {
   color: #322BA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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