Html Css Color HEX #393595 Dark Slate Blue

📋 copy color: '#393595'

red 57 ◦ green 53 ◦ blue 149

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

Shades of Dark Slate Blue #393595

Tints of Dark Slate Blue #393595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.46%

 BLUE value IS 149 (58.59% from 255) = 57.53%

R = 22.01%
G = 20.46%
B = 57.53%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#393595 (or 0x393595) is known color: Dark Slate Blue. HEX triplet: 39, 35 and 95. RGB value is (57,53,149). Sum of RGB (Red+Green+Blue) = 57+53+149=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #393595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393595 is #C6CA6A. Grayscale: #404040. Windows color (decimal): -13027947 or 9778489. OLE color: 9778489.

HSL color Cylindrical-coordinate representation of color #393595: hue angle of 242.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393595 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 53 149 -
CMYK 0.62 0.64 0 0.42
HSL 242.5º 0.48% 0.4% -
HSV(B) 242.5º 0.64% 0.58% -
XYZ 8.39 5.59 29.07 -
YUV 65.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 57 53 149 0.62 0.64 0 0.42 242.5 0.48 0.4
Hex 39 35 95 3E 40 0 2A F2 30 28
Octal 71 65 225 76 100 0 52 362 60 50
Binary 111001 110101 10010101 111110 1000000 0 101010 11110010 110000 101000

Color Harmonies of #393595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393595

Black with #393595

Text Example


Text Example

White with #393595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393595; }

 p { color: rgb(57,53,149); }

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

background-color css

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

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

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

border-color css

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

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

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