Html Css Color HEX #392996 Dark Slate Blue

📋 copy color: '#392996'

red 57 ◦ green 41 ◦ blue 150

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

Shades of Dark Slate Blue #392996

Tints of Dark Slate Blue #392996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 60.48%

R = 22.98%
G = 16.53%
B = 60.48%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#392996 (or 0x392996) is known color: Dark Slate Blue. HEX triplet: 39, 29 and 96. RGB value is (57,41,150). Sum of RGB (Red+Green+Blue) = 57+41+150=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #392996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392996 is #C6D669. Grayscale: #393939. Windows color (decimal): -13031018 or 9840953. OLE color: 9840953.

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

Color convert

RGB 57 41 150 -
CMYK 0.62 0.73 0 0.41
HSL 248.81º 0.57% 0.37% -
HSV(B) 248.81º 0.73% 0.59% -
XYZ 7.99 4.66 29.33 -
YUV 58.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 57 41 150 0.62 0.73 0 0.41 248.81 0.57 0.37
Hex 39 29 96 3E 49 0 29 F9 39 25
Octal 71 51 226 76 111 0 51 371 71 45
Binary 111001 101001 10010110 111110 1001001 0 101001 11111001 111001 100101

Color Harmonies of #392996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392996

Black with #392996

Text Example


Text Example

White with #392996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392996; }

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

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

background-color css

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

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

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

border-color css

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

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

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