#322C91

Color #322C91 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #322C91

Tints of Dark Slate Blue #322C91

Color information

#322C91 (or 0x322C91) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 2C and 91. RGB value is (50,44,145). Sum of RGB (Red+Green+Blue) = 50+44+145=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #322C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C91 is #CDD36E. Grayscale: #383838. Windows color (decimal): -13489007 or 9514034. OLE color: 9514034.

HSL color Cylindrical-coordinate representation of color #322C91: hue angle of 243.56º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322C91 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5044145-
CMYK0.660.7000.43
HSL243.56º53.44%37.06%-
HSV(B)243.56º69.66%56.86%-
XYZ7.334.5227.28-
YUV57.31177.49122.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 145 (57.03% from 255) = 60.67%
R=20.92%
G=18.41%
B=60.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50441450.660.7000.43243.5653.4437.06
Hex322C91424602Bf43525
Octal62542211021060533646545
Binary1100101011001001000110000101000110010101111110100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322C91; }

 p { color: rgb(50,44,145); }

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

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

 a { background-color: rgb(50,44,145); }

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

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

 span { border-color: rgb(50,44,145); }

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