Html Css Color HEX #322FAD Persian Blue

📋 copy color: '#322FAD'

red 50 ◦ green 47 ◦ blue 173

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

Shades of Persian Blue #322FAD

Tints of Persian Blue #322FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

 BLUE value IS 173 (67.97% from 255) = 64.07%

R = 18.52%
G = 17.41%
B = 64.07%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#322FAD (or 0x322FAD) is known color: Persian Blue. HEX triplet: 32, 2F and AD. RGB value is (50,47,173). Sum of RGB (Red+Green+Blue) = 50+47+173=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #322FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322FAD is #CDD052. Grayscale: #3D3D3D. Windows color (decimal): -13488211 or 11349810. OLE color: 11349810.

HSL color Cylindrical-coordinate representation of color #322FAD: hue angle of 241.43º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322FAD is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 47 173 -
CMYK 0.71 0.73 0 0.32
HSL 241.43º 0.57% 0.43% -
HSV(B) 241.43º 0.73% 0.68% -
XYZ 9.87 5.73 40.12 -
YUV 62.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 50 47 173 0.71 0.73 0 0.32 241.43 0.57 0.43
Hex 32 2F AD 47 49 0 20 F1 39 2B
Octal 62 57 255 107 111 0 40 361 71 53
Binary 110010 101111 10101101 1000111 1001001 0 100000 11110001 111001 101011

Color Harmonies of #322FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322FAD

Black with #322FAD

Text Example


Text Example

White with #322FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,47,173); }

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

background-color css

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

 a { background-color: rgb(50,47,173); }

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

border-color css

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

 span { border-color: rgb(50,47,173); }

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