Html Css Color HEX #392987 Dark Slate Blue

📋 copy color: '#392987'

red 57 ◦ green 41 ◦ blue 135

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

Shades of Dark Slate Blue #392987

Tints of Dark Slate Blue #392987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.94%

R = 24.46%
G = 17.6%
B = 57.94%

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

#392987 (or 0x392987) is known color: Dark Slate Blue. HEX triplet: 39, 29 and 87. RGB value is (57,41,135). Sum of RGB (Red+Green+Blue) = 57+41+135=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #392987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392987 is #C6D678. Grayscale: #383838. Windows color (decimal): -13031033 or 8857913. OLE color: 8857913.

HSL color Cylindrical-coordinate representation of color #392987: hue angle of 250.21º degrees, saturation: 0.53, 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 #392987 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 41 135 -
CMYK 0.58 0.70 0 0.47
HSL 250.21º 0.53% 0.35% -
HSV(B) 250.21º 0.7% 0.53% -
XYZ 6.85 4.21 23.37 -
YUV 56.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 57 41 135 0.58 0.70 0 0.47 250.21 0.53 0.35
Hex 39 29 87 3A 46 0 2F FA 35 23
Octal 71 51 207 72 106 0 57 372 65 43
Binary 111001 101001 10000111 111010 1000110 0 101111 11111010 110101 100011

Color Harmonies of #392987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392987

Black with #392987

Text Example


Text Example

White with #392987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392987; }

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

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

background-color css

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

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

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

border-color css

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

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

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