Html Css Color HEX #392994 Dark Slate Blue

📋 copy color: '#392994'

red 57 ◦ green 41 ◦ blue 148

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

Shades of Dark Slate Blue #392994

Tints of Dark Slate Blue #392994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.67%

 BLUE value IS 148 (58.2% from 255) = 60.16%

R = 23.17%
G = 16.67%
B = 60.16%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#392994 (or 0x392994) is known color: Dark Slate Blue. HEX triplet: 39, 29 and 94. RGB value is (57,41,148). Sum of RGB (Red+Green+Blue) = 57+41+148=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #392994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392994 is #C6D66B. Grayscale: #393939. Windows color (decimal): -13031020 or 9709881. OLE color: 9709881.

HSL color Cylindrical-coordinate representation of color #392994: hue angle of 248.97º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #392994 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 41 148 -
CMYK 0.61 0.72 0 0.42
HSL 248.97º 0.57% 0.37% -
HSV(B) 248.97º 0.72% 0.58% -
XYZ 7.83 4.59 28.49 -
YUV 57.98 178.8 127.3 -
System Red Green Blue C M Y K H S L
Decimal 57 41 148 0.61 0.72 0 0.42 248.97 0.57 0.37
Hex 39 29 94 3D 48 0 2A F9 39 25
Octal 71 51 224 75 110 0 52 371 71 45
Binary 111001 101001 10010100 111101 1001000 0 101010 11111001 111001 100101

Color Harmonies of #392994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392994

Black with #392994

Text Example


Text Example

White with #392994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392994; }

 p { color: rgb(57,41,148); }

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

background-color css

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

 a { background-color: rgb(57,41,148); }

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

border-color css

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

 span { border-color: rgb(57,41,148); }

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