Html Css Color HEX #3E409E Dark Slate Blue

📋 copy color: '#3E409E'

red 62 ◦ green 64 ◦ blue 158

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

Shades of Dark Slate Blue #3E409E

Tints of Dark Slate Blue #3E409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

 BLUE value IS 158 (62.11% from 255) = 55.63%

R = 21.83%
G = 22.54%
B = 55.63%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E409E (or 0x3E409E) is known color: Dark Slate Blue. HEX triplet: 3E, 40 and 9E. RGB value is (62,64,158). Sum of RGB (Red+Green+Blue) = 62+64+158=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E409E is #C1BF61. Grayscale: #494949. Windows color (decimal): -12697442 or 10371134. OLE color: 10371134.

HSL color Cylindrical-coordinate representation of color #3E409E: hue angle of 238.75º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E409E is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 62 64 158 -
CMYK 0.61 0.59 0 0.38
HSL 238.75º 0.44% 0.43% -
HSV(B) 238.75º 0.61% 0.62% -
XYZ 9.99 7.16 33.2 -
YUV 74.12 175.34 119.36 -
System Red Green Blue C M Y K H S L
Decimal 62 64 158 0.61 0.59 0 0.38 238.75 0.44 0.43
Hex 3E 40 9E 3D 3B 0 26 EF 2C 2B
Octal 76 100 236 75 73 0 46 357 54 53
Binary 111110 1000000 10011110 111101 111011 0 100110 11101111 101100 101011

Color Harmonies of #3E409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E409E

Black with #3E409E

Text Example


Text Example

White with #3E409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,64,158); }

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

background-color css

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

 a { background-color: rgb(62,64,158); }

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

border-color css

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

 span { border-color: rgb(62,64,158); }

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