#3D298E

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

Shades of Dark Slate Blue #3D298E

Tints of Dark Slate Blue #3D298E

Color information

#3D298E (or 0x3D298E) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 29 and 8E. RGB value is (61,41,142). Sum of RGB (Red+Green+Blue) = 61+41+142=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D298E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D298E is #C2D671. Grayscale: #3A3A3A. Windows color (decimal): -12768882 or 9316669. OLE color: 9316669.

HSL color Cylindrical-coordinate representation of color #3D298E: hue angle of 251.88º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D298E is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6141142-
CMYK0.570.7100.44
HSL251.88º55.19%35.88%-
HSV(B)251.88º71.13%55.69%-
XYZ7.64.5326.07-
YUV58.49175.13129.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 142 (55.86% from 255) = 58.20%
R=25%
G=16.80%
B=58.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61411420.570.7100.44251.8855.1935.88
Hex3D298E394702Cfc3724
Octal7551216711070543746744
Binary111101101001100011101110011000111010110011111100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,41,142); }

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

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

 a { background-color: rgb(61,41,142); }

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

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

 span { border-color: rgb(61,41,142); }

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