Html Css Color HEX #322FAF Persian Blue

📋 copy color: '#322FAF'

red 50 ◦ green 47 ◦ blue 175

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

Shades of Persian Blue #322FAF

Tints of Persian Blue #322FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 64.34%

R = 18.38%
G = 17.28%
B = 64.34%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#322FAF (or 0x322FAF) is known color: Persian Blue. HEX triplet: 32, 2F and AF. RGB value is (50,47,175). Sum of RGB (Red+Green+Blue) = 50+47+175=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #322FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322FAF is #CDD050. Grayscale: #3D3D3D. Windows color (decimal): -13488209 or 11480882. OLE color: 11480882.

HSL color Cylindrical-coordinate representation of color #322FAF: hue angle of 241.41º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322FAF is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 47 175 -
CMYK 0.71 0.73 0 0.31
HSL 241.41º 0.58% 0.44% -
HSV(B) 241.41º 0.73% 0.69% -
XYZ 10.07 5.81 41.15 -
YUV 62.49 191.49 119.09 -
System Red Green Blue C M Y K H S L
Decimal 50 47 175 0.71 0.73 0 0.31 241.41 0.58 0.44
Hex 32 2F AF 47 49 0 1F F1 3A 2C
Octal 62 57 257 107 111 0 37 361 72 54
Binary 110010 101111 10101111 1000111 1001001 0 11111 11110001 111010 101100

Color Harmonies of #322FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322FAF

Black with #322FAF

Text Example


Text Example

White with #322FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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