Html Css Color HEX #3E328D Dark Slate Blue

📋 copy color: '#3E328D'

red 62 ◦ green 50 ◦ blue 141

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

Shades of Dark Slate Blue #3E328D

Tints of Dark Slate Blue #3E328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 24.51%
G = 19.76%
B = 55.73%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E328D (or 0x3E328D) is known color: Dark Slate Blue. HEX triplet: 3E, 32 and 8D. RGB value is (62,50,141). Sum of RGB (Red+Green+Blue) = 62+50+141=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E328D is #C1CD72. Grayscale: #3F3F3F. Windows color (decimal): -12701043 or 9253438. OLE color: 9253438.

HSL color Cylindrical-coordinate representation of color #3E328D: hue angle of 247.91º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E328D is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 50 141 -
CMYK 0.56 0.65 0 0.45
HSL 247.91º 0.48% 0.37% -
HSV(B) 247.91º 0.65% 0.55% -
XYZ 7.93 5.23 25.79 -
YUV 63.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 62 50 141 0.56 0.65 0 0.45 247.91 0.48 0.37
Hex 3E 32 8D 38 41 0 2D F8 30 25
Octal 76 62 215 70 101 0 55 370 60 45
Binary 111110 110010 10001101 111000 1000001 0 101101 11111000 110000 100101

Color Harmonies of #3E328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E328D

Black with #3E328D

Text Example


Text Example

White with #3E328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,50,141); }

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

background-color css

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

 a { background-color: rgb(62,50,141); }

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

border-color css

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

 span { border-color: rgb(62,50,141); }

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