Html Css Color HEX #393192 Dark Slate Blue

📋 copy color: '#393192'

red 57 ◦ green 49 ◦ blue 146

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

Shades of Dark Slate Blue #393192

Tints of Dark Slate Blue #393192

RGB

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

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

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

R = 22.62%
G = 19.44%
B = 57.94%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#393192 (or 0x393192) is known color: Dark Slate Blue. HEX triplet: 39, 31 and 92. RGB value is (57,49,146). Sum of RGB (Red+Green+Blue) = 57+49+146=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #393192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393192 is #C6CE6D. Grayscale: #3E3E3E. Windows color (decimal): -13028974 or 9580857. OLE color: 9580857.

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

Color convert

RGB 57 49 146 -
CMYK 0.61 0.66 0 0.43
HSL 244.95º 0.5% 0.38% -
HSV(B) 244.95º 0.66% 0.57% -
XYZ 7.97 5.14 27.77 -
YUV 62.45 175.15 124.11 -
System Red Green Blue C M Y K H S L
Decimal 57 49 146 0.61 0.66 0 0.43 244.95 0.5 0.38
Hex 39 31 92 3D 42 0 2B F5 32 26
Octal 71 61 222 75 102 0 53 365 62 46
Binary 111001 110001 10010010 111101 1000010 0 101011 11110101 110010 100110

Color Harmonies of #393192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393192

Black with #393192

Text Example


Text Example

White with #393192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393192; }

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

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

background-color css

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

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

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

border-color css

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

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

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