#322D9A

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

Shades of Dark Slate Blue #322D9A

Tints of Dark Slate Blue #322D9A

Color information

#322D9A (or 0x322D9A) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 2D and 9A. RGB value is (50,45,154). Sum of RGB (Red+Green+Blue) = 50+45+154=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #322D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322D9A is #CDD265. Grayscale: #3A3A3A. Windows color (decimal): -13488742 or 10104114. OLE color: 10104114.

HSL color Cylindrical-coordinate representation of color #322D9A: hue angle of 242.75º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #322D9A is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5045154-
CMYK0.680.7100.40
HSL242.75º54.77%39.02%-
HSV(B)242.75º70.78%60.39%-
XYZ8.094.8931.09-
YUV58.92181.66121.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 154 (60.55% from 255) = 61.85%
R=20.08%
G=18.07%
B=61.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50451540.680.7100.40242.7554.7739.02
Hex322D9A4447028f33727
Octal62552321041070503636747
Binary1100101011011001101010001001000111010100011110011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,45,154); }

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

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

 a { background-color: rgb(50,45,154); }

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

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

 span { border-color: rgb(50,45,154); }

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