Html Css Color HEX #393392 Dark Slate Blue

📋 copy color: '#393392'

red 57 ◦ green 51 ◦ blue 146

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

Shades of Dark Slate Blue #393392

Tints of Dark Slate Blue #393392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 22.44%
G = 20.08%
B = 57.48%

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

#393392 (or 0x393392) is known color: Dark Slate Blue. HEX triplet: 39, 33 and 92. RGB value is (57,51,146). Sum of RGB (Red+Green+Blue) = 57+51+146=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #393392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393392 is #C6CC6D. Grayscale: #3F3F3F. Windows color (decimal): -13028462 or 9581369. OLE color: 9581369.

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

Color convert

RGB 57 51 146 -
CMYK 0.61 0.65 0 0.43
HSL 243.79º 0.48% 0.39% -
HSV(B) 243.79º 0.65% 0.57% -
XYZ 8.06 5.31 27.79 -
YUV 63.62 174.49 123.28 -
System Red Green Blue C M Y K H S L
Decimal 57 51 146 0.61 0.65 0 0.43 243.79 0.48 0.39
Hex 39 33 92 3D 41 0 2B F4 30 27
Octal 71 63 222 75 101 0 53 364 60 47
Binary 111001 110011 10010010 111101 1000001 0 101011 11110100 110000 100111

Color Harmonies of #393392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393392

Black with #393392

Text Example


Text Example

White with #393392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393392; }

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

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

background-color css

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

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

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

border-color css

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

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

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