Html Css Color HEX #392895 Dark Slate Blue

📋 copy color: '#392895'

red 57 ◦ green 40 ◦ blue 149

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

Shades of Dark Slate Blue #392895

Tints of Dark Slate Blue #392895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.26%

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

R = 23.17%
G = 16.26%
B = 60.57%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#392895 (or 0x392895) is known color: Dark Slate Blue. HEX triplet: 39, 28 and 95. RGB value is (57,40,149). Sum of RGB (Red+Green+Blue) = 57+40+149=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #392895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392895 is #C6D76A. Grayscale: #393939. Windows color (decimal): -13031275 or 9775161. OLE color: 9775161.

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

Color convert

RGB 57 40 149 -
CMYK 0.62 0.73 0 0.42
HSL 249.36º 0.58% 0.37% -
HSV(B) 249.36º 0.73% 0.58% -
XYZ 7.87 4.56 28.9 -
YUV 57.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 57 40 149 0.62 0.73 0 0.42 249.36 0.58 0.37
Hex 39 28 95 3E 49 0 2A F9 3A 25
Octal 71 50 225 76 111 0 52 371 72 45
Binary 111001 101000 10010101 111110 1001001 0 101010 11111001 111010 100101

Color Harmonies of #392895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392895

Black with #392895

Text Example


Text Example

White with #392895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392895; }

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

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

background-color css

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

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

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

border-color css

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

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

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