Html Css Color HEX #39379F Dark Slate Blue

📋 copy color: '#39379F'

red 57 ◦ green 55 ◦ blue 159

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

Shades of Dark Slate Blue #39379F

Tints of Dark Slate Blue #39379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

 BLUE value IS 159 (62.5% from 255) = 58.67%

R = 21.03%
G = 20.3%
B = 58.67%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39379F (or 0x39379F) is known color: Dark Slate Blue. HEX triplet: 39, 37 and 9F. RGB value is (57,55,159). Sum of RGB (Red+Green+Blue) = 57+55+159=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #39379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39379F is #C6C860. Grayscale: #434343. Windows color (decimal): -13027425 or 10434361. OLE color: 10434361.

HSL color Cylindrical-coordinate representation of color #39379F: hue angle of 241.15º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39379F is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 55 159 -
CMYK 0.64 0.65 0 0.38
HSL 241.15º 0.49% 0.42% -
HSV(B) 241.15º 0.65% 0.62% -
XYZ 9.31 6.11 33.49 -
YUV 67.45 179.66 120.54 -
System Red Green Blue C M Y K H S L
Decimal 57 55 159 0.64 0.65 0 0.38 241.15 0.49 0.42
Hex 39 37 9F 40 41 0 26 F1 31 2A
Octal 71 67 237 100 101 0 46 361 61 52
Binary 111001 110111 10011111 1000000 1000001 0 100110 11110001 110001 101010

Color Harmonies of #39379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39379F

Black with #39379F

Text Example


Text Example

White with #39379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39379F; }

 p { color: rgb(57,55,159); }

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

background-color css

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

 a { background-color: rgb(57,55,159); }

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

border-color css

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

 span { border-color: rgb(57,55,159); }

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