#3222C3

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

Shades of Persian Blue #3222C3

Tints of Persian Blue #3222C3

Color information

#3222C3 (or 0x3222C3) is unknown color: approx Persian Blue. HEX triplet: 32, 22 and C3. RGB value is (50,34,195). Sum of RGB (Red+Green+Blue) = 50+34+195=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 195 (76.56% from 255 or 69.89% from 279); Max value from RGB is 195 - color contains mainly: blue. Hex color #3222C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3222C3 is #CDDD3C. Grayscale: #383838. Windows color (decimal): -13491517 or 12788274. OLE color: 12788274.

HSL color Cylindrical-coordinate representation of color #3222C3: hue angle of 245.96º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3222C3 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5034195-
CMYK0.740.8300.24
HSL245.96º70.31%44.9%-
HSV(B)245.96º82.56%76.47%-
XYZ11.745.7652.12-
YUV57.14205.8122.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 34 (13.67% from 255) = 12.19%
BLUE value IS 195 (76.56% from 255) = 69.89%
R=17.92%
G=12.19%
B=69.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50341950.740.8300.24245.9670.3144.9
Hex3222C34A53018f6462d
Octal624230311212303036610655
Binary1100101000101100001110010101010011011000111101101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3222C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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