#3221B6

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

Shades of Persian Blue #3221B6

Tints of Persian Blue #3221B6

Color information

#3221B6 (or 0x3221B6) is unknown color: approx Persian Blue. HEX triplet: 32, 21 and B6. RGB value is (50,33,182). Sum of RGB (Red+Green+Blue) = 50+33+182=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 182 (71.48% from 255 or 68.68% from 265); Max value from RGB is 182 - color contains mainly: blue. Hex color #3221B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3221B6 is #CDDE49. Grayscale: #363636. Windows color (decimal): -13491786 or 11936050. OLE color: 11936050.

HSL color Cylindrical-coordinate representation of color #3221B6: hue angle of 246.85º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3221B6 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5033182-
CMYK0.730.8200.29
HSL246.85º69.3%42.16%-
HSV(B)246.85º81.87%71.37%-
XYZ10.35.1444.71-
YUV55.07199.63124.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 33 (13.28% from 255) = 12.45%
BLUE value IS 182 (71.48% from 255) = 68.68%
R=18.87%
G=12.45%
B=68.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50331820.730.8200.29246.8569.342.16
Hex3221B6495201Df7452a
Octal624126611112203536710552
Binary1100101000011011011010010011010010011101111101111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3221B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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