#39409B

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

Shades of Dark Slate Blue #39409B

Tints of Dark Slate Blue #39409B

Color information

#39409B (or 0x39409B) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 40 and 9B. RGB value is (57,64,155). Sum of RGB (Red+Green+Blue) = 57+64+155=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #39409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39409B is #C6BF64. Grayscale: #474747. Windows color (decimal): -13025125 or 10174521. OLE color: 10174521.

HSL color Cylindrical-coordinate representation of color #39409B: hue angle of 235.71º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39409B is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5764155-
CMYK0.630.5900.39
HSL235.71º46.23%41.57%-
HSV(B)235.71º63.23%60.78%-
XYZ9.446.931.85-
YUV72.28174.68117.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=20.65%
G=23.19%
B=56.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57641550.630.5900.39235.7146.2341.57
Hex39409B3F3B027ec2e2a
Octal7110023377730473545652
Binary111001100000010011011111111111011010011111101100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39409B; }

 p { color: rgb(57,64,155); }

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

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

 a { background-color: rgb(57,64,155); }

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

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

 span { border-color: rgb(57,64,155); }

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