Html Css Color HEX #393790 Dark Slate Blue

📋 copy color: '#393790'

red 57 ◦ green 55 ◦ blue 144

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

Shades of Dark Slate Blue #393790

Tints of Dark Slate Blue #393790

RGB

 RED value IS 57 (22.66% from 255) = 22.27%

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 22.27%
G = 21.48%
B = 56.25%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#393790 (or 0x393790) is known color: Dark Slate Blue. HEX triplet: 39, 37 and 90. RGB value is (57,55,144). Sum of RGB (Red+Green+Blue) = 57+55+144=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #393790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393790 is #C6C86F. Grayscale: #414141. Windows color (decimal): -13027440 or 9451321. OLE color: 9451321.

HSL color Cylindrical-coordinate representation of color #393790: hue angle of 241.35º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #393790 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 55 144 -
CMYK 0.60 0.62 0 0.44
HSL 241.35º 0.45% 0.39% -
HSV(B) 241.35º 0.62% 0.56% -
XYZ 8.09 5.62 27.04 -
YUV 65.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 57 55 144 0.60 0.62 0 0.44 241.35 0.45 0.39
Hex 39 37 90 3C 3E 0 2C F1 2D 27
Octal 71 67 220 74 76 0 54 361 55 47
Binary 111001 110111 10010000 111100 111110 0 101100 11110001 101101 100111

Color Harmonies of #393790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393790

Black with #393790

Text Example


Text Example

White with #393790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393790; }

 p { color: rgb(57,55,144); }

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

background-color css

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

 a { background-color: rgb(57,55,144); }

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

border-color css

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

 span { border-color: rgb(57,55,144); }

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