#322495

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

Shades of Dark Slate Blue #322495

Tints of Dark Slate Blue #322495

Color information

#322495 (or 0x322495) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 24 and 95. RGB value is (50,36,149). Sum of RGB (Red+Green+Blue) = 50+36+149=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #322495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322495 is #CDDB6A. Grayscale: #343434. Windows color (decimal): -13491051 or 9774130. OLE color: 9774130.

HSL color Cylindrical-coordinate representation of color #322495: hue angle of 247.43º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322495 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5036149-
CMYK0.660.7600.42
HSL247.43º61.08%36.27%-
HSV(B)247.43º75.84%58.43%-
XYZ7.374.1128.84-
YUV53.07182.14125.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 149 (58.59% from 255) = 63.40%
R=21.28%
G=15.32%
B=63.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50361490.660.7600.42247.4361.0836.27
Hex322495424C02Af73d24
Octal62442251021140523677544
Binary1100101001001001010110000101001100010101011110111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322495; }

 p { color: rgb(50,36,149); }

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

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

 a { background-color: rgb(50,36,149); }

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

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

 span { border-color: rgb(50,36,149); }

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