Html Css Color HEX #322FC2 Persian Blue

📋 copy color: '#322FC2'

red 50 ◦ green 47 ◦ blue 194

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

Shades of Persian Blue #322FC2

Tints of Persian Blue #322FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 66.67%

R = 17.18%
G = 16.15%
B = 66.67%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#322FC2 (or 0x322FC2) is known color: Persian Blue. HEX triplet: 32, 2F and C2. RGB value is (50,47,194). Sum of RGB (Red+Green+Blue) = 50+47+194=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 194 (76.17% from 255 or 66.67% from 291); Max value from RGB is 194 - color contains mainly: blue. Hex color #322FC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FC2 is #CDD03D. Grayscale: #404040. Windows color (decimal): -13488190 or 12726066. OLE color: 12726066.

HSL color Cylindrical-coordinate representation of color #322FC2: hue angle of 241.22º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322FC2 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 47 194 -
CMYK 0.74 0.76 0 0.24
HSL 241.22º 0.61% 0.47% -
HSV(B) 241.22º 0.76% 0.76% -
XYZ 12.07 6.61 51.68 -
YUV 64.66 200.99 117.55 -
System Red Green Blue C M Y K H S L
Decimal 50 47 194 0.74 0.76 0 0.24 241.22 0.61 0.47
Hex 32 2F C2 4A 4C 0 18 F1 3D 2F
Octal 62 57 302 112 114 0 30 361 75 57
Binary 110010 101111 11000010 1001010 1001100 0 11000 11110001 111101 101111

Color Harmonies of #322FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322FC2

Black with #322FC2

Text Example


Text Example

White with #322FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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