#322587

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

Shades of Persian Indigo #322587

Tints of Persian Indigo #322587

Color information

#322587 (or 0x322587) is unknown color: approx Persian Indigo. HEX triplet: 32, 25 and 87. RGB value is (50,37,135). Sum of RGB (Red+Green+Blue) = 50+37+135=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #322587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322587 is #CDDA78. Grayscale: #333333. Windows color (decimal): -13490809 or 8856882. OLE color: 8856882.

HSL color Cylindrical-coordinate representation of color #322587: hue angle of 247.96º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322587 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5037135-
CMYK0.630.7300.47
HSL247.96º56.98%33.73%-
HSV(B)247.96º72.59%52.94%-
XYZ6.353.7523.31-
YUV52.06174.81126.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 135 (53.12% from 255) = 60.81%
R=22.52%
G=16.67%
B=60.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50371350.630.7300.47247.9656.9833.73
Hex3225873F4902Ff83922
Octal6245207771110573707142
Binary110010100101100001111111111001001010111111111000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322587; }

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

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

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

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

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

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

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

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