#3D3193

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

Shades of Dark Slate Blue #3D3193

Tints of Dark Slate Blue #3D3193

Color information

#3D3193 (or 0x3D3193) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 31 and 93. RGB value is (61,49,147). Sum of RGB (Red+Green+Blue) = 61+49+147=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D3193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3193 is #C2CE6C. Grayscale: #3F3F3F. Windows color (decimal): -12766829 or 9646397. OLE color: 9646397.

HSL color Cylindrical-coordinate representation of color #3D3193: hue angle of 247.35º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D3193 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6149147-
CMYK0.590.6700.42
HSL247.35º50%38.43%-
HSV(B)247.35º66.67%57.65%-
XYZ8.295.328.19-
YUV63.76174.98126.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.74%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=23.74%
G=19.07%
B=57.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61491470.590.6700.42247.355038.43
Hex3D31933B4302Af73226
Octal7561223731030523676246
Binary111101110001100100111110111000011010101011110111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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