Html Css Color HEX #3221CC Persian Blue

📋 copy color: '#3221CC'

red 50 ◦ green 33 ◦ blue 204

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

Shades of Persian Blue #3221CC

Tints of Persian Blue #3221CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.08%

R = 17.42%
G = 11.5%
B = 71.08%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3221CC (or 0x3221CC) is known color: Persian Blue. HEX triplet: 32, 21 and CC. RGB value is (50,33,204). Sum of RGB (Red+Green+Blue) = 50+33+204=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #3221CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3221CC is #CDDE33. Grayscale: #383838. Windows color (decimal): -13491764 or 13377842. OLE color: 13377842.

HSL color Cylindrical-coordinate representation of color #3221CC: hue angle of 245.96º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3221CC is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 33 204 -
CMYK 0.75 0.84 0 0.2
HSL 245.96º 0.72% 0.46% -
HSV(B) 245.96º 0.84% 0.8% -
XYZ 12.76 6.13 57.64 -
YUV 57.58 210.63 122.6 -
System Red Green Blue C M Y K H S L
Decimal 50 33 204 0.75 0.84 0 0.2 245.96 0.72 0.46
Hex 32 21 CC 4B 54 0 14 F6 48 2E
Octal 62 41 314 113 124 0 24 366 110 56
Binary 110010 100001 11001100 1001011 1010100 0 10100 11110110 1001000 101110

Color Harmonies of #3221CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3221CC

Black with #3221CC

Text Example


Text Example

White with #3221CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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