Html Css Color HEX #3E3991 Dark Slate Blue

📋 copy color: '#3E3991'

red 62 ◦ green 57 ◦ blue 145

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

Shades of Dark Slate Blue #3E3991

Tints of Dark Slate Blue #3E3991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 23.48%
G = 21.59%
B = 54.92%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E3991 (or 0x3E3991) is known color: Dark Slate Blue. HEX triplet: 3E, 39 and 91. RGB value is (62,57,145). Sum of RGB (Red+Green+Blue) = 62+57+145=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E3991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3991 is #C1C66E. Grayscale: #444444. Windows color (decimal): -12699247 or 9517374. OLE color: 9517374.

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

Color convert

RGB 62 57 145 -
CMYK 0.57 0.61 0 0.43
HSL 243.41º 0.44% 0.4% -
HSV(B) 243.41º 0.61% 0.57% -
XYZ 8.56 5.99 27.49 -
YUV 68.53 171.16 123.34 -
System Red Green Blue C M Y K H S L
Decimal 62 57 145 0.57 0.61 0 0.43 243.41 0.44 0.4
Hex 3E 39 91 39 3D 0 2B F3 2C 28
Octal 76 71 221 71 75 0 53 363 54 50
Binary 111110 111001 10010001 111001 111101 0 101011 11110011 101100 101000

Color Harmonies of #3E3991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3991

Black with #3E3991

Text Example


Text Example

White with #3E3991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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