#322480

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

Shades of Persian Indigo #322480

Tints of Persian Indigo #322480

Color information

#322480 (or 0x322480) is unknown color: approx Persian Indigo. HEX triplet: 32, 24 and 80. RGB value is (50,36,128). Sum of RGB (Red+Green+Blue) = 50+36+128=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #322480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322480 is #CDDB7F. Grayscale: #323232. Windows color (decimal): -13491072 or 8397874. OLE color: 8397874.

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

Color convert

RGB5036128-
CMYK0.610.7200.50
HSL249.13º56.1%32.16%-
HSV(B)249.13º71.88%50.2%-
XYZ5.843.520.79-
YUV50.67171.64127.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 128 (50.39% from 255) = 59.81%
R=23.36%
G=16.82%
B=59.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50361280.610.7200.50249.1356.132.16
Hex3224803D48032f93820
Octal6244200751100623717040
Binary110010100100100000001111011001000011001011111001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322480; }

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

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

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

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

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

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

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

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