#3D2B8D

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

Shades of Dark Slate Blue #3D2B8D

Tints of Dark Slate Blue #3D2B8D

Color information

#3D2B8D (or 0x3D2B8D) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 2B and 8D. RGB value is (61,43,141). Sum of RGB (Red+Green+Blue) = 61+43+141=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D2B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2B8D is #C2D472. Grayscale: #3B3B3B. Windows color (decimal): -12768371 or 9251645. OLE color: 9251645.

HSL color Cylindrical-coordinate representation of color #3D2B8D: hue angle of 251.02º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D2B8D is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6143141-
CMYK0.570.7000.45
HSL251.02º53.26%36.08%-
HSV(B)251.02º69.5%55.29%-
XYZ7.64.6425.7-
YUV59.55173.96129.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.90%
GREEN value IS 43 (17.19% from 255) = 17.55%
BLUE value IS 141 (55.47% from 255) = 57.55%
R=24.90%
G=17.55%
B=57.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61431410.570.7000.45251.0253.2636.08
Hex3D2B8D394602Dfb3524
Octal7553215711060553736544
Binary111101101011100011011110011000110010110111111011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,43,141); }

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

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

 a { background-color: rgb(61,43,141); }

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

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

 span { border-color: rgb(61,43,141); }

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