Html Css Color HEX #3221AD Persian Blue

📋 copy color: '#3221AD'

red 50 ◦ green 33 ◦ blue 173

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

Shades of Persian Blue #3221AD

Tints of Persian Blue #3221AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.89%

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 19.53%
G = 12.89%
B = 67.58%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3221AD (or 0x3221AD) is known color: Persian Blue. HEX triplet: 32, 21 and AD. RGB value is (50,33,173). Sum of RGB (Red+Green+Blue) = 50+33+173=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #3221AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3221AD is #CDDE52. Grayscale: #353535. Windows color (decimal): -13491795 or 11346226. OLE color: 11346226.

HSL color Cylindrical-coordinate representation of color #3221AD: hue angle of 247.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3221AD is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 33 173 -
CMYK 0.71 0.81 0 0.32
HSL 247.29º 0.68% 0.4% -
HSV(B) 247.29º 0.81% 0.68% -
XYZ 9.4 4.78 39.96 -
YUV 54.04 195.13 125.12 -
System Red Green Blue C M Y K H S L
Decimal 50 33 173 0.71 0.81 0 0.32 247.29 0.68 0.4
Hex 32 21 AD 47 51 0 20 F7 44 28
Octal 62 41 255 107 121 0 40 367 104 50
Binary 110010 100001 10101101 1000111 1010001 0 100000 11110111 1000100 101000

Color Harmonies of #3221AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3221AD

Black with #3221AD

Text Example


Text Example

White with #3221AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3221AD; }

 p { color: rgb(50,33,173); }

 H1.HeaderClassName
 {
   color: #3221AD;
 }
 .AnyTagClassName
 {
   color: #3221AD;
 }
</style>

background-color css

<style>
 a { background-color: #3221AD; }

 a { background-color: rgb(50,33,173); }

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

border-color css

<style>
 span { border-color: #3221AD; }

 span { border-color: rgb(50,33,173); }

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