Html Css Color HEX #3E399B Dark Slate Blue

📋 copy color: '#3E399B'

red 62 ◦ green 57 ◦ blue 155

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

Shades of Dark Slate Blue #3E399B

Tints of Dark Slate Blue #3E399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.8%

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 22.63%
G = 20.8%
B = 56.57%

CMYK

 C value IS 0.6

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E399B (or 0x3E399B) is known color: Dark Slate Blue. HEX triplet: 3E, 39 and 9B. RGB value is (62,57,155). Sum of RGB (Red+Green+Blue) = 62+57+155=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E399B is #C1C664. Grayscale: #454545. Windows color (decimal): -12699237 or 10172734. OLE color: 10172734.

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

Color convert

RGB 62 57 155 -
CMYK 0.6 0.63 0 0.39
HSL 243.06º 0.46% 0.42% -
HSV(B) 243.06º 0.63% 0.61% -
XYZ 9.37 6.32 31.74 -
YUV 69.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 62 57 155 0.6 0.63 0 0.39 243.06 0.46 0.42
Hex 3E 39 9B 3C 3F 0 27 F3 2E 2A
Octal 76 71 233 74 77 0 47 363 56 52
Binary 111110 111001 10011011 111100 111111 0 100111 11110011 101110 101010

Color Harmonies of #3E399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E399B

Black with #3E399B

Text Example


Text Example

White with #3E399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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