Html Css Color HEX #393597 Dark Slate Blue

📋 copy color: '#393597'

red 57 ◦ green 53 ◦ blue 151

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

Shades of Dark Slate Blue #393597

Tints of Dark Slate Blue #393597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 57.85%

R = 21.84%
G = 20.31%
B = 57.85%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#393597 (or 0x393597) is known color: Dark Slate Blue. HEX triplet: 39, 35 and 97. RGB value is (57,53,151). Sum of RGB (Red+Green+Blue) = 57+53+151=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #393597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393597 is #C6CA68. Grayscale: #404040. Windows color (decimal): -13027945 or 9909561. OLE color: 9909561.

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

Color convert

RGB 57 53 151 -
CMYK 0.62 0.65 0 0.41
HSL 242.45º 0.48% 0.4% -
HSV(B) 242.45º 0.65% 0.59% -
XYZ 8.55 5.65 29.92 -
YUV 65.37 176.33 122.03 -
System Red Green Blue C M Y K H S L
Decimal 57 53 151 0.62 0.65 0 0.41 242.45 0.48 0.4
Hex 39 35 97 3E 41 0 29 F2 30 28
Octal 71 65 227 76 101 0 51 362 60 50
Binary 111001 110101 10010111 111110 1000001 0 101001 11110010 110000 101000

Color Harmonies of #393597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393597

Black with #393597

Text Example


Text Example

White with #393597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393597; }

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

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

background-color css

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

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

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

border-color css

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

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

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