#3E2C87

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

Shades of Dark Slate Blue #3E2C87

Tints of Dark Slate Blue #3E2C87

Color information

#3E2C87 (or 0x3E2C87) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 2C and 87. RGB value is (62,44,135). Sum of RGB (Red+Green+Blue) = 62+44+135=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E2C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2C87 is #C1D378. Grayscale: #3B3B3B. Windows color (decimal): -12702585 or 8858686. OLE color: 8858686.

HSL color Cylindrical-coordinate representation of color #3E2C87: hue angle of 251.87º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E2C87 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6244135-
CMYK0.540.6700.47
HSL251.87º50.84%35.1%-
HSV(B)251.87º67.41%52.94%-
XYZ7.264.5723.42-
YUV59.76170.46129.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.73%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=25.73%
G=18.26%
B=56.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62441350.540.6700.47251.8750.8435.1
Hex3E2C87364302Ffc3323
Octal7654207661030573746343
Binary111110101100100001111101101000011010111111111100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,44,135); }

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

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

 a { background-color: rgb(62,44,135); }

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

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

 span { border-color: rgb(62,44,135); }

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