Html Css Color HEX #3221C9 Persian Blue

📋 copy color: '#3221C9'

red 50 ◦ green 33 ◦ blue 201

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

Shades of Persian Blue #3221C9

Tints of Persian Blue #3221C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 70.77%

R = 17.61%
G = 11.62%
B = 70.77%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3221C9 (or 0x3221C9) is known color: Persian Blue. HEX triplet: 32, 21 and C9. RGB value is (50,33,201). Sum of RGB (Red+Green+Blue) = 50+33+201=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 201 (78.91% from 255 or 70.77% from 284); Max value from RGB is 201 - color contains mainly: blue. Hex color #3221C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3221C9 is #CDDE36. Grayscale: #383838. Windows color (decimal): -13491767 or 13181234. OLE color: 13181234.

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

Color convert

RGB 50 33 201 -
CMYK 0.75 0.84 0 0.21
HSL 246.07º 0.72% 0.46% -
HSV(B) 246.07º 0.84% 0.79% -
XYZ 12.4 5.98 55.76 -
YUV 57.24 209.13 122.84 -
System Red Green Blue C M Y K H S L
Decimal 50 33 201 0.75 0.84 0 0.21 246.07 0.72 0.46
Hex 32 21 C9 4B 54 0 15 F6 48 2E
Octal 62 41 311 113 124 0 25 366 110 56
Binary 110010 100001 11001001 1001011 1010100 0 10101 11110110 1001000 101110

Color Harmonies of #3221C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3221C9

Black with #3221C9

Text Example


Text Example

White with #3221C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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