Html Css Color HEX #393187 Dark Slate Blue

📋 copy color: '#393187'

red 57 ◦ green 49 ◦ blue 135

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

Shades of Dark Slate Blue #393187

Tints of Dark Slate Blue #393187

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.33%

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

R = 23.65%
G = 20.33%
B = 56.02%

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

#393187 (or 0x393187) is known color: Dark Slate Blue. HEX triplet: 39, 31 and 87. RGB value is (57,49,135). Sum of RGB (Red+Green+Blue) = 57+49+135=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #393187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393187 is #C6CE78. Grayscale: #3C3C3C. Windows color (decimal): -13028985 or 8859961. OLE color: 8859961.

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

Color convert

RGB 57 49 135 -
CMYK 0.58 0.64 0 0.47
HSL 245.58º 0.47% 0.36% -
HSV(B) 245.58º 0.64% 0.53% -
XYZ 7.16 4.82 23.47 -
YUV 61.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 57 49 135 0.58 0.64 0 0.47 245.58 0.47 0.36
Hex 39 31 87 3A 40 0 2F F6 2F 24
Octal 71 61 207 72 100 0 57 366 57 44
Binary 111001 110001 10000111 111010 1000000 0 101111 11110110 101111 100100

Color Harmonies of #393187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393187

Black with #393187

Text Example


Text Example

White with #393187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393187; }

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

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

background-color css

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

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

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

border-color css

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

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

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