#3E328D

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

Shades of Dark Slate Blue #3E328D

Tints of Dark Slate Blue #3E328D

Color information

#3E328D (or 0x3E328D) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 32 and 8D. RGB value is (62,50,141). Sum of RGB (Red+Green+Blue) = 62+50+141=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E328D is #C1CD72. Grayscale: #3F3F3F. Windows color (decimal): -12701043 or 9253438. OLE color: 9253438.

HSL color Cylindrical-coordinate representation of color #3E328D: hue angle of 247.91º 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 #3E328D is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6250141-
CMYK0.560.6500.45
HSL247.91º47.64%37.45%-
HSV(B)247.91º64.54%55.29%-
XYZ7.935.2325.79-
YUV63.96171.48126.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.51%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 141 (55.47% from 255) = 55.73%
R=24.51%
G=19.76%
B=55.73%

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
Decimal62501410.560.6500.45247.9147.6437.45
Hex3E328D384102Df83025
Octal7662215701010553706045
Binary111110110010100011011110001000001010110111111000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,50,141); }

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

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

 a { background-color: rgb(62,50,141); }

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

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

 span { border-color: rgb(62,50,141); }

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