Html Css Color HEX #322FB2 Persian Blue

📋 copy color: '#322FB2'

red 50 ◦ green 47 ◦ blue 178

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

Shades of Persian Blue #322FB2

Tints of Persian Blue #322FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 64.73%

R = 18.18%
G = 17.09%
B = 64.73%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#322FB2 (or 0x322FB2) is known color: Persian Blue. HEX triplet: 32, 2F and B2. RGB value is (50,47,178). Sum of RGB (Red+Green+Blue) = 50+47+178=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 178 (69.92% from 255 or 64.73% from 275); Max value from RGB is 178 - color contains mainly: blue. Hex color #322FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322FB2 is #CDD04D. Grayscale: #3E3E3E. Windows color (decimal): -13488206 or 11677490. OLE color: 11677490.

HSL color Cylindrical-coordinate representation of color #322FB2: hue angle of 241.37º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322FB2 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 47 178 -
CMYK 0.72 0.74 0 0.30
HSL 241.37º 0.58% 0.44% -
HSV(B) 241.37º 0.74% 0.7% -
XYZ 10.37 5.93 42.72 -
YUV 62.83 192.99 118.85 -
System Red Green Blue C M Y K H S L
Decimal 50 47 178 0.72 0.74 0 0.30 241.37 0.58 0.44
Hex 32 2F B2 48 4A 0 1E F1 3A 2C
Octal 62 57 262 110 112 0 36 361 72 54
Binary 110010 101111 10110010 1001000 1001010 0 11110 11110001 111010 101100

Color Harmonies of #322FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322FB2

Black with #322FB2

Text Example


Text Example

White with #322FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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