#39288E

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

Shades of Dark Slate Blue #39288E

Tints of Dark Slate Blue #39288E

Color information

#39288E (or 0x39288E) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 28 and 8E. RGB value is (57,40,142). Sum of RGB (Red+Green+Blue) = 57+40+142=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #39288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39288E is #C6D771. Grayscale: #383838. Windows color (decimal): -13031282 or 9316409. OLE color: 9316409.

HSL color Cylindrical-coordinate representation of color #39288E: hue angle of 250º degrees, saturation: 0.56, 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 #39288E is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5740142-
CMYK0.600.7200.44
HSL250º56.04%35.69%-
HSV(B)250º71.83%55.69%-
XYZ7.334.3426.04-
YUV56.71176.13128.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 142 (55.86% from 255) = 59.41%
R=23.85%
G=16.74%
B=59.41%

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
Decimal57401420.600.7200.4425056.0435.69
Hex39288E3C4802Cfa3824
Octal7150216741100543727044
Binary111001101000100011101111001001000010110011111010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39288E; }

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

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

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

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

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

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

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

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