Html Css Color HEX #393991 Dark Slate Blue

📋 copy color: '#393991'

red 57 ◦ green 57 ◦ blue 145

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

Shades of Dark Slate Blue #393991

Tints of Dark Slate Blue #393991

RGB

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

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

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

R = 22.01%
G = 22.01%
B = 55.98%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#393991 (or 0x393991) is known color: Dark Slate Blue. HEX triplet: 39, 39 and 91. RGB value is (57,57,145). Sum of RGB (Red+Green+Blue) = 57+57+145=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #393991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393991 is #C6C66E. Grayscale: #424242. Windows color (decimal): -13026927 or 9517369. OLE color: 9517369.

HSL color Cylindrical-coordinate representation of color #393991: hue angle of 240º 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 #393991 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 57 145 -
CMYK 0.61 0.61 0 0.43
HSL 240º 0.44% 0.4% -
HSV(B) 240º 0.61% 0.57% -
XYZ 8.26 5.84 27.48 -
YUV 67.03 172 120.84 -
System Red Green Blue C M Y K H S L
Decimal 57 57 145 0.61 0.61 0 0.43 240 0.44 0.4
Hex 39 39 91 3D 3D 0 2B F0 2C 28
Octal 71 71 221 75 75 0 53 360 54 50
Binary 111001 111001 10010001 111101 111101 0 101011 11110000 101100 101000

Color Harmonies of #393991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393991

Black with #393991

Text Example


Text Example

White with #393991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393991; }

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

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

background-color css

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

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

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

border-color css

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

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

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