#322799

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

Shades of Dark Slate Blue #322799

Tints of Dark Slate Blue #322799

Color information

#322799 (or 0x322799) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 27 and 99. RGB value is (50,39,153). Sum of RGB (Red+Green+Blue) = 50+39+153=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #322799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322799 is #CDD866. Grayscale: #363636. Windows color (decimal): -13490279 or 10037042. OLE color: 10037042.

HSL color Cylindrical-coordinate representation of color #322799: hue angle of 245.79º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322799 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5039153-
CMYK0.670.7500.4
HSL245.79º59.38%37.65%-
HSV(B)245.79º74.51%60%-
XYZ7.794.4330.58-
YUV55.28183.14124.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 39 (15.62% from 255) = 16.12%
BLUE value IS 153 (60.16% from 255) = 63.22%
R=20.66%
G=16.12%
B=63.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50391530.670.7500.4245.7959.3837.65
Hex322799434B028f63b26
Octal62472311031130503667346
Binary1100101001111001100110000111001011010100011110110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322799; }

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

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

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

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

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

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

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

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