#3E318C

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

Shades of Dark Slate Blue #3E318C

Tints of Dark Slate Blue #3E318C

Color information

#3E318C (or 0x3E318C) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 31 and 8C. RGB value is (62,49,140). Sum of RGB (Red+Green+Blue) = 62+49+140=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E318C is #C1CE73. Grayscale: #3E3E3E. Windows color (decimal): -12701300 or 9187646. OLE color: 9187646.

HSL color Cylindrical-coordinate representation of color #3E318C: hue angle of 248.57º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E318C is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6249140-
CMYK0.560.6500.45
HSL248.57º48.15%37.06%-
HSV(B)248.57º65%54.9%-
XYZ7.825.1125.39-
YUV63.26171.31127.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.70%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 140 (55.08% from 255) = 55.78%
R=24.70%
G=19.52%
B=55.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62491400.560.6500.45248.5748.1537.06
Hex3E318C384102Df93025
Octal7661214701010553716045
Binary111110110001100011001110001000001010110111111001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E318C; }

 p { color: rgb(62,49,140); }

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

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

 a { background-color: rgb(62,49,140); }

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

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

 span { border-color: rgb(62,49,140); }

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