#322584

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

Shades of Persian Indigo #322584

Tints of Persian Indigo #322584

Color information

#322584 (or 0x322584) is unknown color: approx Persian Indigo. HEX triplet: 32, 25 and 84. RGB value is (50,37,132). Sum of RGB (Red+Green+Blue) = 50+37+132=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #322584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322584 is #CDDA7B. Grayscale: #333333. Windows color (decimal): -13490812 or 8660274. OLE color: 8660274.

HSL color Cylindrical-coordinate representation of color #322584: hue angle of 248.21º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #322584 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5037132-
CMYK0.620.7200.48
HSL248.21º56.21%33.14%-
HSV(B)248.21º71.97%51.76%-
XYZ6.143.6722.21-
YUV51.72173.31126.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 132 (51.95% from 255) = 60.27%
R=22.83%
G=16.89%
B=60.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50371320.620.7200.48248.2156.2133.14
Hex3225843E48030f83821
Octal6245204761100603707041
Binary110010100101100001001111101001000011000011111000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322584; }

 p { color: rgb(50,37,132); }

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

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

 a { background-color: rgb(50,37,132); }

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

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

 span { border-color: rgb(50,37,132); }

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