#392D82

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

Shades of Dark Slate Blue #392D82

Tints of Dark Slate Blue #392D82

Color information

#392D82 (or 0x392D82) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2D and 82. RGB value is (57,45,130). Sum of RGB (Red+Green+Blue) = 57+45+130=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #392D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392D82 is #C6D27D. Grayscale: #393939. Windows color (decimal): -13030014 or 8531257. OLE color: 8531257.

HSL color Cylindrical-coordinate representation of color #392D82: hue angle of 248.47º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #392D82 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5745130-
CMYK0.560.6500.49
HSL248.47º48.57%34.31%-
HSV(B)248.47º65.38%50.98%-
XYZ6.654.3621.61-
YUV58.28168.48127.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 45 (17.97% from 255) = 19.40%
BLUE value IS 130 (51.17% from 255) = 56.03%
R=24.57%
G=19.40%
B=56.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57451300.560.6500.49248.4748.5734.31
Hex392D823841031f83122
Octal7155202701010613706142
Binary111001101101100000101110001000001011000111111000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392D82; }

 p { color: rgb(57,45,130); }

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

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

 a { background-color: rgb(57,45,130); }

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

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

 span { border-color: rgb(57,45,130); }

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