Html Css Color HEX #322ADB Persian Blue

📋 copy color: '#322ADB'

red 50 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #322ADB

Tints of Persian Blue #322ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 70.42%

R = 16.08%
G = 13.5%
B = 70.42%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#322ADB (or 0x322ADB) is known color: Persian Blue. HEX triplet: 32, 2A and DB. RGB value is (50,42,219). Sum of RGB (Red+Green+Blue) = 50+42+219=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #322ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ADB is #CDD524. Grayscale: #3F3F3F. Windows color (decimal): -13489445 or 14363186. OLE color: 14363186.

HSL color Cylindrical-coordinate representation of color #322ADB: hue angle of 242.71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322ADB is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 42 219 -
CMYK 0.77 0.81 0 0.14
HSL 242.71º 0.71% 0.51% -
HSV(B) 242.71º 0.81% 0.86% -
XYZ 14.93 7.45 67.67 -
YUV 64.57 215.15 117.61 -
System Red Green Blue C M Y K H S L
Decimal 50 42 219 0.77 0.81 0 0.14 242.71 0.71 0.51
Hex 32 2A DB 4D 51 0 E F3 47 33
Octal 62 52 333 115 121 0 16 363 107 63
Binary 110010 101010 11011011 1001101 1010001 0 1110 11110011 1000111 110011

Color Harmonies of #322ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322ADB

Black with #322ADB

Text Example


Text Example

White with #322ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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