Html Css Color HEX #393087 Dark Slate Blue

📋 copy color: '#393087'

red 57 ◦ green 48 ◦ blue 135

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

Shades of Dark Slate Blue #393087

Tints of Dark Slate Blue #393087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

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

R = 23.75%
G = 20%
B = 56.25%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#393087 (or 0x393087) is known color: Dark Slate Blue. HEX triplet: 39, 30 and 87. RGB value is (57,48,135). Sum of RGB (Red+Green+Blue) = 57+48+135=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #393087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393087 is #C6CF78. Grayscale: #3C3C3C. Windows color (decimal): -13029241 or 8859705. OLE color: 8859705.

HSL color Cylindrical-coordinate representation of color #393087: hue angle of 246.21º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393087 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 48 135 -
CMYK 0.58 0.64 0 0.47
HSL 246.21º 0.48% 0.36% -
HSV(B) 246.21º 0.64% 0.53% -
XYZ 7.12 4.73 23.46 -
YUV 60.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 57 48 135 0.58 0.64 0 0.47 246.21 0.48 0.36
Hex 39 30 87 3A 40 0 2F F6 30 24
Octal 71 60 207 72 100 0 57 366 60 44
Binary 111001 110000 10000111 111010 1000000 0 101111 11110110 110000 100100

Color Harmonies of #393087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393087

Black with #393087

Text Example


Text Example

White with #393087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393087; }

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

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

background-color css

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

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

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

border-color css

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

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

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