Html Css Color HEX #393691 Dark Slate Blue

📋 copy color: '#393691'

red 57 ◦ green 54 ◦ blue 145

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

Shades of Dark Slate Blue #393691

Tints of Dark Slate Blue #393691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 22.27%
G = 21.09%
B = 56.64%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#393691 (or 0x393691) is known color: Dark Slate Blue. HEX triplet: 39, 36 and 91. RGB value is (57,54,145). Sum of RGB (Red+Green+Blue) = 57+54+145=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #393691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393691 is #C6C96E. Grayscale: #404040. Windows color (decimal): -13027695 or 9516601. OLE color: 9516601.

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

Color convert

RGB 57 54 145 -
CMYK 0.61 0.63 0 0.43
HSL 241.98º 0.46% 0.39% -
HSV(B) 241.98º 0.63% 0.57% -
XYZ 8.12 5.55 27.43 -
YUV 65.27 172.99 122.1 -
System Red Green Blue C M Y K H S L
Decimal 57 54 145 0.61 0.63 0 0.43 241.98 0.46 0.39
Hex 39 36 91 3D 3F 0 2B F2 2E 27
Octal 71 66 221 75 77 0 53 362 56 47
Binary 111001 110110 10010001 111101 111111 0 101011 11110010 101110 100111

Color Harmonies of #393691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393691

Black with #393691

Text Example


Text Example

White with #393691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393691; }

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

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

background-color css

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

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

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

border-color css

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

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

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