#3222C9

Color #3222C9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3222C9

Tints of Persian Blue #3222C9

Color information

#3222C9 (or 0x3222C9) is unknown color: approx Persian Blue. HEX triplet: 32, 22 and C9. RGB value is (50,34,201). Sum of RGB (Red+Green+Blue) = 50+34+201=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #3222C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3222C9 is #CDDD36. Grayscale: #393939. Windows color (decimal): -13491511 or 13181490. OLE color: 13181490.

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

Color convert

RGB5034201-
CMYK0.750.8300.21
HSL245.75º71.06%46.08%-
HSV(B)245.75º83.08%78.82%-
XYZ12.436.0455.77-
YUV57.82208.8122.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 34 (13.67% from 255) = 11.93%
BLUE value IS 201 (78.91% from 255) = 70.53%
R=17.54%
G=11.93%
B=70.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal50342010.750.8300.21245.7571.0646.08
Hex3222C94B53015f6472e
Octal624231111312302536610756
Binary1100101000101100100110010111010011010101111101101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3222C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3222C9;
 }
 .AnyTagClassName
 {
   color: #3222C9;
 }
</style>
background-color css

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

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

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

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

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

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