Html Css Color HEX #393199 Dark Slate Blue

📋 copy color: '#393199'

red 57 ◦ green 49 ◦ blue 153

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

Shades of Dark Slate Blue #393199

Tints of Dark Slate Blue #393199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.92%

 BLUE value IS 153 (60.16% from 255) = 59.07%

R = 22.01%
G = 18.92%
B = 59.07%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#393199 (or 0x393199) is known color: Dark Slate Blue. HEX triplet: 39, 31 and 99. RGB value is (57,49,153). Sum of RGB (Red+Green+Blue) = 57+49+153=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #393199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393199 is #C6CE66. Grayscale: #3E3E3E. Windows color (decimal): -13028967 or 10039609. OLE color: 10039609.

HSL color Cylindrical-coordinate representation of color #393199: hue angle of 244.62º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #393199 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 49 153 -
CMYK 0.63 0.68 0 0.4
HSL 244.62º 0.51% 0.4% -
HSV(B) 244.62º 0.68% 0.6% -
XYZ 8.54 5.37 30.72 -
YUV 63.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 57 49 153 0.63 0.68 0 0.4 244.62 0.51 0.4
Hex 39 31 99 3F 44 0 28 F5 33 28
Octal 71 61 231 77 104 0 50 365 63 50
Binary 111001 110001 10011001 111111 1000100 0 101000 11110101 110011 101000

Color Harmonies of #393199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393199

Black with #393199

Text Example


Text Example

White with #393199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393199; }

 p { color: rgb(57,49,153); }

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

background-color css

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

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

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

border-color css

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

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

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