Html Css Color HEX #3E419B Dark Slate Blue

📋 copy color: '#3E419B'

red 62 ◦ green 65 ◦ blue 155

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

Shades of Dark Slate Blue #3E419B

Tints of Dark Slate Blue #3E419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

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

R = 21.99%
G = 23.05%
B = 54.96%

CMYK

 C value IS 0.6

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E419B (or 0x3E419B) is known color: Dark Slate Blue. HEX triplet: 3E, 41 and 9B. RGB value is (62,65,155). Sum of RGB (Red+Green+Blue) = 62+65+155=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E419B is #C1BE64. Grayscale: #4A4A4A. Windows color (decimal): -12697189 or 10174782. OLE color: 10174782.

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

Color convert

RGB 62 65 155 -
CMYK 0.6 0.58 0 0.39
HSL 238.06º 0.43% 0.43% -
HSV(B) 238.06º 0.6% 0.61% -
XYZ 9.79 7.17 31.88 -
YUV 74.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 62 65 155 0.6 0.58 0 0.39 238.06 0.43 0.43
Hex 3E 41 9B 3C 3A 0 27 EE 2B 2B
Octal 76 101 233 74 72 0 47 356 53 53
Binary 111110 1000001 10011011 111100 111010 0 100111 11101110 101011 101011

Color Harmonies of #3E419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E419B

Black with #3E419B

Text Example


Text Example

White with #3E419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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