Html Css Color HEX #3E3180 Dark Slate Blue

📋 copy color: '#3E3180'

red 62 ◦ green 49 ◦ blue 128

#3E3180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #3E3180

Tints of Dark Slate Blue #3E3180

RGB

 RED value IS 62 (24.61% from 255) = 25.94%

 GREEN value IS 49 (19.53% from 255) = 20.5%

 BLUE value IS 128 (50.39% from 255) = 53.56%

R = 25.94%
G = 20.5%
B = 53.56%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3E3180 (or 0x3E3180) is known color: Dark Slate Blue. HEX triplet: 3E, 31 and 80. RGB value is (62,49,128). Sum of RGB (Red+Green+Blue) = 62+49+128=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #3E3180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3180 is #C1CE7F. Grayscale: #3D3D3D. Windows color (decimal): -12701312 or 8401214. OLE color: 8401214.

HSL color Cylindrical-coordinate representation of color #3E3180: hue angle of 249.87º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E3180 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 62 49 128 -
CMYK 0.52 0.62 0 0.50
HSL 249.87º 0.45% 0.35% -
HSV(B) 249.87º 0.62% 0.5% -
XYZ 6.98 4.78 20.98 -
YUV 61.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 62 49 128 0.52 0.62 0 0.50 249.87 0.45 0.35
Hex 3E 31 80 34 3E 0 32 FA 2D 23
Octal 76 61 200 64 76 0 62 372 55 43
Binary 111110 110001 10000000 110100 111110 0 110010 11111010 101101 100011

Color Harmonies of #3E3180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3180

Black with #3E3180

Text Example


Text Example

White with #3E3180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E3180;
 }
 .AnyTagClassName
 {
   color: #3E3180;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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