Html Css Color HEX #392988 Dark Slate Blue

📋 copy color: '#392988'

red 57 ◦ green 41 ◦ blue 136

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

Shades of Dark Slate Blue #392988

Tints of Dark Slate Blue #392988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 58.12%

R = 24.36%
G = 17.52%
B = 58.12%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#392988 (or 0x392988) is known color: Dark Slate Blue. HEX triplet: 39, 29 and 88. RGB value is (57,41,136). Sum of RGB (Red+Green+Blue) = 57+41+136=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #392988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392988 is #C6D677. Grayscale: #383838. Windows color (decimal): -13031032 or 8923449. OLE color: 8923449.

HSL color Cylindrical-coordinate representation of color #392988: hue angle of 250.11º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #392988 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 41 136 -
CMYK 0.58 0.70 0 0.47
HSL 250.11º 0.54% 0.35% -
HSV(B) 250.11º 0.7% 0.53% -
XYZ 6.92 4.23 23.74 -
YUV 56.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 57 41 136 0.58 0.70 0 0.47 250.11 0.54 0.35
Hex 39 29 88 3A 46 0 2F FA 36 23
Octal 71 51 210 72 106 0 57 372 66 43
Binary 111001 101001 10001000 111010 1000110 0 101111 11111010 110110 100011

Color Harmonies of #392988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392988

Black with #392988

Text Example


Text Example

White with #392988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392988; }

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

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

background-color css

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

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

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

border-color css

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

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

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