Html Css Color HEX #3221CB Persian Blue

📋 copy color: '#3221CB'

red 50 ◦ green 33 ◦ blue 203

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

Shades of Persian Blue #3221CB

Tints of Persian Blue #3221CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70.98%

R = 17.48%
G = 11.54%
B = 70.98%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3221CB (or 0x3221CB) is known color: Persian Blue. HEX triplet: 32, 21 and CB. RGB value is (50,33,203). Sum of RGB (Red+Green+Blue) = 50+33+203=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #3221CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3221CB is #CDDE34. Grayscale: #383838. Windows color (decimal): -13491765 or 13312306. OLE color: 13312306.

HSL color Cylindrical-coordinate representation of color #3221CB: hue angle of 246º 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 #3221CB is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 33 203 -
CMYK 0.75 0.84 0 0.20
HSL 246º 0.72% 0.46% -
HSV(B) 246º 0.84% 0.8% -
XYZ 12.64 6.08 57.01 -
YUV 57.46 210.13 122.68 -
System Red Green Blue C M Y K H S L
Decimal 50 33 203 0.75 0.84 0 0.20 246 0.72 0.46
Hex 32 21 CB 4B 54 0 14 F6 48 2E
Octal 62 41 313 113 124 0 24 366 110 56
Binary 110010 100001 11001011 1001011 1010100 0 10100 11110110 1001000 101110

Color Harmonies of #3221CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3221CB

Black with #3221CB

Text Example


Text Example

White with #3221CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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