#3d2f87

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

Shades of Dark Slate Blue #3D2F87

Tints of Dark Slate Blue #3D2F87

Color information

#3D2F87 (or 0x3D2F87) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 2F and 87. RGB value is (61,47,135). Sum of RGB (Red+Green+Blue) = 61+47+135=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D2F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2F87 is #C2D078. Grayscale: #3C3C3C. Windows color (decimal): -12767353 or 8859453. OLE color: 8859453.

HSL color Cylindrical-coordinate representation of color #3D2F87: hue angle of 249.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D2F87 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6147135-
CMYK0.550.6500.47
HSL249.55º48.35%35.69%-
HSV(B)249.55º65.19%52.94%-
XYZ7.314.7723.46-
YUV61.22169.64127.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=25.10%
G=19.34%
B=55.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61471350.550.6500.47249.5548.3535.69
Hex3D2F87374102Ffa3024
Octal7557207671010573726044
Binary111101101111100001111101111000001010111111111010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d2f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,47,135); }

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

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

 a { background-color: rgb(61,47,135); }

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

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

 span { border-color: rgb(61,47,135); }

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