Html Css Color HEX #392995 Dark Slate Blue

📋 copy color: '#392995'

red 57 ◦ green 41 ◦ blue 149

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

Shades of Dark Slate Blue #392995

Tints of Dark Slate Blue #392995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.32%

R = 23.08%
G = 16.6%
B = 60.32%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#392995 (or 0x392995) is known color: Dark Slate Blue. HEX triplet: 39, 29 and 95. RGB value is (57,41,149). Sum of RGB (Red+Green+Blue) = 57+41+149=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #392995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392995 is #C6D66A. Grayscale: #393939. Windows color (decimal): -13031019 or 9775417. OLE color: 9775417.

HSL color Cylindrical-coordinate representation of color #392995: hue angle of 248.89º 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 #392995 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 41 149 -
CMYK 0.62 0.72 0 0.42
HSL 248.89º 0.57% 0.37% -
HSV(B) 248.89º 0.72% 0.58% -
XYZ 7.91 4.63 28.91 -
YUV 58.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 57 41 149 0.62 0.72 0 0.42 248.89 0.57 0.37
Hex 39 29 95 3E 48 0 2A F9 39 25
Octal 71 51 225 76 110 0 52 371 71 45
Binary 111001 101001 10010101 111110 1001000 0 101010 11111001 111001 100101

Color Harmonies of #392995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392995

Black with #392995

Text Example


Text Example

White with #392995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392995; }

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

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

background-color css

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

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

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

border-color css

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

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

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