#3D3991

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

Shades of Dark Slate Blue #3D3991

Tints of Dark Slate Blue #3D3991

Color information

#3D3991 (or 0x3D3991) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 39 and 91. RGB value is (61,57,145). Sum of RGB (Red+Green+Blue) = 61+57+145=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D3991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3991 is #C2C66E. Grayscale: #434343. Windows color (decimal): -12764783 or 9517373. OLE color: 9517373.

HSL color Cylindrical-coordinate representation of color #3D3991: hue angle of 242.73º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D3991 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6157145-
CMYK0.580.6100.43
HSL242.73º43.56%39.61%-
HSV(B)242.73º60.69%56.86%-
XYZ8.55.9627.49-
YUV68.23171.33122.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.19%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 145 (57.03% from 255) = 55.13%
R=23.19%
G=21.67%
B=55.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61571450.580.6100.43242.7343.5639.61
Hex3D39913A3D02Bf32c28
Octal757122172750533635450
Binary11110111100110010001111010111101010101111110011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,57,145); }

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

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

 a { background-color: rgb(61,57,145); }

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

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

 span { border-color: rgb(61,57,145); }

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