#3D318E

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

Shades of Dark Slate Blue #3D318E

Tints of Dark Slate Blue #3D318E

Color information

#3D318E (or 0x3D318E) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 31 and 8E. RGB value is (61,49,142). Sum of RGB (Red+Green+Blue) = 61+49+142=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D318E is #C2CE71. Grayscale: #3E3E3E. Windows color (decimal): -12766834 or 9318717. OLE color: 9318717.

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

Color convert

RGB6149142-
CMYK0.570.6500.44
HSL247.74º48.69%37.45%-
HSV(B)247.74º65.49%55.69%-
XYZ7.915.1426.17-
YUV63.19172.48126.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 142 (55.86% from 255) = 56.35%
R=24.21%
G=19.44%
B=56.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61491420.570.6500.44247.7448.6937.45
Hex3D318E394102Cf83125
Octal7561216711010543706145
Binary111101110001100011101110011000001010110011111000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,49,142); }

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

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

 a { background-color: rgb(61,49,142); }

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

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

 span { border-color: rgb(61,49,142); }

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