#392890

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

Shades of Dark Slate Blue #392890

Tints of Dark Slate Blue #392890

Color information

#392890 (or 0x392890) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 28 and 90. RGB value is (57,40,144). Sum of RGB (Red+Green+Blue) = 57+40+144=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #392890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392890 is #C6D76F. Grayscale: #383838. Windows color (decimal): -13031280 or 9447481. OLE color: 9447481.

HSL color Cylindrical-coordinate representation of color #392890: hue angle of 249.81º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #392890 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5740144-
CMYK0.600.7200.44
HSL249.81º56.52%36.08%-
HSV(B)249.81º72.22%56.47%-
XYZ7.484.426.84-
YUV56.94177.13128.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 144 (56.64% from 255) = 59.75%
R=23.65%
G=16.60%
B=59.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57401440.600.7200.44249.8156.5236.08
Hex3928903C4802Cfa3924
Octal7150220741100543727144
Binary111001101000100100001111001001000010110011111010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392890; }

 p { color: rgb(57,40,144); }

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

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

 a { background-color: rgb(57,40,144); }

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

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

 span { border-color: rgb(57,40,144); }

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