#322792

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

Shades of Dark Slate Blue #322792

Tints of Dark Slate Blue #322792

Color information

#322792 (or 0x322792) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 27 and 92. RGB value is (50,39,146). Sum of RGB (Red+Green+Blue) = 50+39+146=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #322792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322792 is #CDD86D. Grayscale: #363636. Windows color (decimal): -13490286 or 9578290. OLE color: 9578290.

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

Color convert

RGB5039146-
CMYK0.660.7300.43
HSL246.17º57.84%36.27%-
HSV(B)246.17º73.29%57.25%-
XYZ7.234.227.62-
YUV54.49179.64124.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 39 (15.62% from 255) = 16.60%
BLUE value IS 146 (57.42% from 255) = 62.13%
R=21.28%
G=16.60%
B=62.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50391460.660.7300.43246.1757.8436.27
Hex322792424902Bf63a24
Octal62472221021110533667244
Binary1100101001111001001010000101001001010101111110110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322792; }

 p { color: rgb(50,39,146); }

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

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

 a { background-color: rgb(50,39,146); }

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

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

 span { border-color: rgb(50,39,146); }

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