#392590

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

Shades of Dark Slate Blue #392590

Tints of Dark Slate Blue #392590

Color information

#392590 (or 0x392590) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 25 and 90. RGB value is (57,37,144). Sum of RGB (Red+Green+Blue) = 57+37+144=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #392590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392590 is #C6DA6F. Grayscale: #363636. Windows color (decimal): -13032048 or 9446713. OLE color: 9446713.

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

Color convert

RGB5737144-
CMYK0.600.7400.44
HSL251.21º59.12%35.49%-
HSV(B)251.21º74.31%56.47%-
XYZ7.384.2126.81-
YUV55.18178.13129.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 144 (56.64% from 255) = 60.50%
R=23.95%
G=15.55%
B=60.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57371440.600.7400.44251.2159.1235.49
Hex3925903C4A02Cfb3b23
Octal7145220741120543737343
Binary111001100101100100001111001001010010110011111011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392590; }

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

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

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

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

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

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

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

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