Html Css Color HEX #3E2D91 Dark Slate Blue

📋 copy color: '#3E2D91'

red 62 ◦ green 45 ◦ blue 145

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

Shades of Dark Slate Blue #3E2D91

Tints of Dark Slate Blue #3E2D91

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.86%

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

R = 24.6%
G = 17.86%
B = 57.54%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E2D91 (or 0x3E2D91) is known color: Dark Slate Blue. HEX triplet: 3E, 2D and 91. RGB value is (62,45,145). Sum of RGB (Red+Green+Blue) = 62+45+145=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E2D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2D91 is #C1D26E. Grayscale: #3D3D3D. Windows color (decimal): -12702319 or 9514302. OLE color: 9514302.

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

Color convert

RGB 62 45 145 -
CMYK 0.57 0.69 0 0.43
HSL 250.2º 0.53% 0.37% -
HSV(B) 250.2º 0.69% 0.57% -
XYZ 8.04 4.95 27.32 -
YUV 61.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 62 45 145 0.57 0.69 0 0.43 250.2 0.53 0.37
Hex 3E 2D 91 39 45 0 2B FA 35 25
Octal 76 55 221 71 105 0 53 372 65 45
Binary 111110 101101 10010001 111001 1000101 0 101011 11111010 110101 100101

Color Harmonies of #3E2D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2D91

Black with #3E2D91

Text Example


Text Example

White with #3E2D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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