#322A9F

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

Shades of Dark Slate Blue #322A9F

Tints of Dark Slate Blue #322A9F

Color information

#322A9F (or 0x322A9F) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 2A and 9F. RGB value is (50,42,159). Sum of RGB (Red+Green+Blue) = 50+42+159=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #322A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322A9F is #CDD560. Grayscale: #393939. Windows color (decimal): -13489505 or 10431026. OLE color: 10431026.

HSL color Cylindrical-coordinate representation of color #322A9F: hue angle of 244.1º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322A9F is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5042159-
CMYK0.690.7400.38
HSL244.1º58.21%39.41%-
HSV(B)244.1º73.58%62.35%-
XYZ8.44.8433.29-
YUV57.73185.15122.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 42 (16.80% from 255) = 16.73%
BLUE value IS 159 (62.5% from 255) = 63.35%
R=19.92%
G=16.73%
B=63.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50421590.690.7400.38244.158.2139.41
Hex322A9F454A026f43a27
Octal62522371051120463647247
Binary1100101010101001111110001011001010010011011110100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,42,159); }

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

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

 a { background-color: rgb(50,42,159); }

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

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

 span { border-color: rgb(50,42,159); }

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