#3E3195

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

Shades of Dark Slate Blue #3E3195

Tints of Dark Slate Blue #3E3195

Color information

#3E3195 (or 0x3E3195) is unknown color: approx Dark Slate Blue. HEX triplet: 3E, 31 and 95. RGB value is (62,49,149). Sum of RGB (Red+Green+Blue) = 62+49+149=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E3195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3195 is #C1CE6A. Grayscale: #3F3F3F. Windows color (decimal): -12701291 or 9777470. OLE color: 9777470.

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

Color convert

RGB6249149-
CMYK0.580.6700.42
HSL247.8º50.51%38.82%-
HSV(B)247.8º67.11%58.43%-
XYZ8.515.3929.03-
YUV64.29175.81126.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.85%
GREEN value IS 49 (19.53% from 255) = 18.85%
BLUE value IS 149 (58.59% from 255) = 57.31%
R=23.85%
G=18.85%
B=57.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62491490.580.6700.42247.850.5138.82
Hex3E31953A4302Af83327
Octal7661225721030523706347
Binary111110110001100101011110101000011010101011111000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,149); }

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

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

 a { background-color: rgb(62,49,149); }

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

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

 span { border-color: rgb(62,49,149); }

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