#3D3483

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

Shades of Dark Slate Blue #3D3483

Tints of Dark Slate Blue #3D3483

Color information

#3D3483 (or 0x3D3483) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 34 and 83. RGB value is (61,52,131). Sum of RGB (Red+Green+Blue) = 61+52+131=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #3D3483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3483 is #C2CB7C. Grayscale: #3F3F3F. Windows color (decimal): -12766077 or 8598589. OLE color: 8598589.

HSL color Cylindrical-coordinate representation of color #3D3483: hue angle of 246.84º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D3483 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6152131-
CMYK0.530.6000.49
HSL246.84º43.17%35.88%-
HSV(B)246.84º60.31%51.37%-
XYZ7.255.0922.07-
YUV63.7165.98126.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 131 (51.56% from 255) = 53.69%
R=25%
G=21.31%
B=53.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61521310.530.6000.49246.8443.1735.88
Hex3D3483353C031f72b24
Octal756420365740613675344
Binary11110111010010000011110101111100011000111110111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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