#322280

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

Shades of Persian Indigo #322280

Tints of Persian Indigo #322280

Color information

#322280 (or 0x322280) is unknown color: approx Persian Indigo. HEX triplet: 32, 22 and 80. RGB value is (50,34,128). Sum of RGB (Red+Green+Blue) = 50+34+128=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #322280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322280 is #CDDD7F. Grayscale: #313131. Windows color (decimal): -13491584 or 8397362. OLE color: 8397362.

HSL color Cylindrical-coordinate representation of color #322280: hue angle of 250.21º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322280 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5034128-
CMYK0.610.7300.50
HSL250.21º58.02%31.76%-
HSV(B)250.21º73.44%50.2%-
XYZ5.783.3820.77-
YUV49.5172.3128.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 128 (50.39% from 255) = 60.38%
R=23.58%
G=16.04%
B=60.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50341280.610.7300.50250.2158.0231.76
Hex3222803D49032fa3a20
Octal6242200751110623727240
Binary110010100010100000001111011001001011001011111010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322280; }

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

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

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

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

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

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

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

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