Html Css Color HEX #393391 Dark Slate Blue

📋 copy color: '#393391'

red 57 ◦ green 51 ◦ blue 145

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

Shades of Dark Slate Blue #393391

Tints of Dark Slate Blue #393391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

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

R = 22.53%
G = 20.16%
B = 57.31%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#393391 (or 0x393391) is known color: Dark Slate Blue. HEX triplet: 39, 33 and 91. RGB value is (57,51,145). Sum of RGB (Red+Green+Blue) = 57+51+145=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #393391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393391 is #C6CC6E. Grayscale: #3F3F3F. Windows color (decimal): -13028463 or 9515833. OLE color: 9515833.

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

Color convert

RGB 57 51 145 -
CMYK 0.61 0.65 0 0.43
HSL 243.83º 0.48% 0.38% -
HSV(B) 243.83º 0.65% 0.57% -
XYZ 7.98 5.28 27.39 -
YUV 63.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 57 51 145 0.61 0.65 0 0.43 243.83 0.48 0.38
Hex 39 33 91 3D 41 0 2B F4 30 26
Octal 71 63 221 75 101 0 53 364 60 46
Binary 111001 110011 10010001 111101 1000001 0 101011 11110100 110000 100110

Color Harmonies of #393391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393391

Black with #393391

Text Example


Text Example

White with #393391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393391; }

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

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

background-color css

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

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

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

border-color css

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

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

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