Html Css Color HEX #322ADD Persian Blue

📋 copy color: '#322ADD'

red 50 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #322ADD

Tints of Persian Blue #322ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.61%

R = 15.97%
G = 13.42%
B = 70.61%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#322ADD (or 0x322ADD) is known color: Persian Blue. HEX triplet: 32, 2A and DD. RGB value is (50,42,221). Sum of RGB (Red+Green+Blue) = 50+42+221=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #322ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322ADD is #CDD522. Grayscale: #404040. Windows color (decimal): -13489443 or 14494258. OLE color: 14494258.

HSL color Cylindrical-coordinate representation of color #322ADD: hue angle of 242.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322ADD is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 42 221 -
CMYK 0.77 0.81 0 0.13
HSL 242.68º 0.72% 0.52% -
HSV(B) 242.68º 0.81% 0.87% -
XYZ 15.19 7.55 69.06 -
YUV 64.8 216.15 117.45 -
System Red Green Blue C M Y K H S L
Decimal 50 42 221 0.77 0.81 0 0.13 242.68 0.72 0.52
Hex 32 2A DD 4D 51 0 D F3 48 34
Octal 62 52 335 115 121 0 15 363 110 64
Binary 110010 101010 11011101 1001101 1010001 0 1101 11110011 1001000 110100

Color Harmonies of #322ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322ADD

Black with #322ADD

Text Example


Text Example

White with #322ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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