#393291

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

Shades of Dark Slate Blue #393291

Tints of Dark Slate Blue #393291

Color information

#393291 (or 0x393291) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 32 and 91. RGB value is (57,50,145). Sum of RGB (Red+Green+Blue) = 57+50+145=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #393291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393291 is #C6CD6E. Grayscale: #3E3E3E. Windows color (decimal): -13028719 or 9515577. OLE color: 9515577.

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

Color convert

RGB5750145-
CMYK0.610.6600.43
HSL244.42º48.72%38.24%-
HSV(B)244.42º65.52%56.86%-
XYZ7.945.227.37-
YUV62.92174.32123.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 145 (57.03% from 255) = 57.54%
R=22.62%
G=19.84%
B=57.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57501450.610.6600.43244.4248.7238.24
Hex3932913D4202Bf43126
Octal7162221751020533646146
Binary111001110010100100011111011000010010101111110100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393291; }

 p { color: rgb(57,50,145); }

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

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

 a { background-color: rgb(57,50,145); }

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

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

 span { border-color: rgb(57,50,145); }

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