Html Css Color HEX #322AB5 Persian Blue

📋 copy color: '#322AB5'

red 50 ◦ green 42 ◦ blue 181

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

Shades of Persian Blue #322AB5

Tints of Persian Blue #322AB5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.38%

 BLUE value IS 181 (71.09% from 255) = 66.3%

R = 18.32%
G = 15.38%
B = 66.3%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#322AB5 (or 0x322AB5) is known color: Persian Blue. HEX triplet: 32, 2A and B5. RGB value is (50,42,181). Sum of RGB (Red+Green+Blue) = 50+42+181=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 181 (71.09% from 255 or 66.30% from 273); Max value from RGB is 181 - color contains mainly: blue. Hex color #322AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322AB5 is #CDD54A. Grayscale: #3B3B3B. Windows color (decimal): -13489483 or 11872818. OLE color: 11872818.

HSL color Cylindrical-coordinate representation of color #322AB5: hue angle of 243.45º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #322AB5 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 42 181 -
CMYK 0.72 0.77 0 0.29
HSL 243.45º 0.62% 0.44% -
HSV(B) 243.45º 0.77% 0.71% -
XYZ 10.48 5.67 44.26 -
YUV 60.24 196.15 120.7 -
System Red Green Blue C M Y K H S L
Decimal 50 42 181 0.72 0.77 0 0.29 243.45 0.62 0.44
Hex 32 2A B5 48 4D 0 1D F3 3E 2C
Octal 62 52 265 110 115 0 35 363 76 54
Binary 110010 101010 10110101 1001000 1001101 0 11101 11110011 111110 101100

Color Harmonies of #322AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322AB5

Black with #322AB5

Text Example


Text Example

White with #322AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,42,181); }

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

background-color css

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

 a { background-color: rgb(50,42,181); }

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

border-color css

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

 span { border-color: rgb(50,42,181); }

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