#3D2F95

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

Shades of Dark Slate Blue #3D2F95

Tints of Dark Slate Blue #3D2F95

Color information

#3D2F95 (or 0x3D2F95) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 2F and 95. RGB value is (61,47,149). Sum of RGB (Red+Green+Blue) = 61+47+149=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D2F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2F95 is #C2D06A. Grayscale: #3E3E3E. Windows color (decimal): -12767339 or 9776957. OLE color: 9776957.

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

Color convert

RGB6147149-
CMYK0.590.6800.42
HSL248.24º52.04%38.43%-
HSV(B)248.24º68.46%58.43%-
XYZ8.375.229-
YUV62.81176.64126.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.74%
GREEN value IS 47 (18.75% from 255) = 18.29%
BLUE value IS 149 (58.59% from 255) = 57.98%
R=23.74%
G=18.29%
B=57.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61471490.590.6800.42248.2452.0438.43
Hex3D2F953B4402Af83426
Octal7557225731040523706446
Binary111101101111100101011110111000100010101011111000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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