#3D3493

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

Shades of Dark Slate Blue #3D3493

Tints of Dark Slate Blue #3D3493

Color information

#3D3493 (or 0x3D3493) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 34 and 93. RGB value is (61,52,147). Sum of RGB (Red+Green+Blue) = 61+52+147=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D3493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3493 is #C2CB6C. Grayscale: #414141. Windows color (decimal): -12766061 or 9647165. OLE color: 9647165.

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

Color convert

RGB6152147-
CMYK0.590.6500.42
HSL245.68º47.74%39.02%-
HSV(B)245.68º64.63%57.65%-
XYZ8.425.5528.23-
YUV65.52173.98124.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.46%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 147 (57.81% from 255) = 56.54%
R=23.46%
G=20%
B=56.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61521470.590.6500.42245.6847.7439.02
Hex3D34933B4102Af63027
Octal7564223731010523666047
Binary111101110100100100111110111000001010101011110110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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