#3E419B

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

Shades of Dark Slate Blue #3E419B

Tints of Dark Slate Blue #3E419B

Color information

#3E419B (or 0x3E419B) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 41 and 9B. RGB value is (62,65,155). Sum of RGB (Red+Green+Blue) = 62+65+155=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E419B is #C1BE64. Grayscale: #4A4A4A. Windows color (decimal): -12697189 or 10174782. OLE color: 10174782.

HSL color Cylindrical-coordinate representation of color #3E419B: hue angle of 238.06º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E419B is Cyan = 0.6, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6265155-
CMYK0.60.5800.39
HSL238.06º42.86%42.55%-
HSV(B)238.06º60%60.78%-
XYZ9.797.1731.88-
YUV74.36173.51119.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.99%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=21.99%
G=23.05%
B=54.96%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal62651550.60.5800.39238.0642.8642.55
Hex3E419B3C3A027ee2b2b
Octal7610123374720473565353
Binary111110100000110011011111100111010010011111101110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,65,155); }

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

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

 a { background-color: rgb(62,65,155); }

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

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

 span { border-color: rgb(62,65,155); }

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