Html Css Color HEX #3E2D90 Dark Slate Blue

📋 copy color: '#3E2D90'

red 62 ◦ green 45 ◦ blue 144

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

Shades of Dark Slate Blue #3E2D90

Tints of Dark Slate Blue #3E2D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.37%

R = 24.7%
G = 17.93%
B = 57.37%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E2D90 (or 0x3E2D90) is known color: Dark Slate Blue. HEX triplet: 3E, 2D and 90. RGB value is (62,45,144). Sum of RGB (Red+Green+Blue) = 62+45+144=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E2D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2D90 is #C1D26F. Grayscale: #3C3C3C. Windows color (decimal): -12702320 or 9448766. OLE color: 9448766.

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

Color convert

RGB 62 45 144 -
CMYK 0.57 0.69 0 0.44
HSL 250.3º 0.52% 0.37% -
HSV(B) 250.3º 0.69% 0.56% -
XYZ 7.96 4.91 26.91 -
YUV 61.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 62 45 144 0.57 0.69 0 0.44 250.3 0.52 0.37
Hex 3E 2D 90 39 45 0 2C FA 34 25
Octal 76 55 220 71 105 0 54 372 64 45
Binary 111110 101101 10010000 111001 1000101 0 101100 11111010 110100 100101

Color Harmonies of #3E2D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2D90

Black with #3E2D90

Text Example


Text Example

White with #3E2D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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