#39379A

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

Shades of Dark Slate Blue #39379A

Tints of Dark Slate Blue #39379A

Color information

#39379A (or 0x39379A) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 37 and 9A. RGB value is (57,55,154). Sum of RGB (Red+Green+Blue) = 57+55+154=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #39379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39379A is #C6C865. Grayscale: #424242. Windows color (decimal): -13027430 or 10106681. OLE color: 10106681.

HSL color Cylindrical-coordinate representation of color #39379A: hue angle of 241.21º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39379A is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5755154-
CMYK0.630.6400.40
HSL241.21º47.37%40.98%-
HSV(B)241.21º64.29%60.39%-
XYZ8.895.9431.25-
YUV66.88177.16120.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.43%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 154 (60.55% from 255) = 57.89%
R=21.43%
G=20.68%
B=57.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57551540.630.6400.40241.2147.3740.98
Hex39379A3F40028f12f29
Octal7167232771000503615751
Binary111001110111100110101111111000000010100011110001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39379A; }

 p { color: rgb(57,55,154); }

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

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

 a { background-color: rgb(57,55,154); }

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

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

 span { border-color: rgb(57,55,154); }

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