Html Css Color HEX #39379C Dark Slate Blue

📋 copy color: '#39379C'

red 57 ◦ green 55 ◦ blue 156

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

Shades of Dark Slate Blue #39379C

Tints of Dark Slate Blue #39379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.21%

R = 21.27%
G = 20.52%
B = 58.21%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39379C (or 0x39379C) is known color: Dark Slate Blue. HEX triplet: 39, 37 and 9C. RGB value is (57,55,156). Sum of RGB (Red+Green+Blue) = 57+55+156=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #39379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39379C is #C6C863. Grayscale: #424242. Windows color (decimal): -13027428 or 10237753. OLE color: 10237753.

HSL color Cylindrical-coordinate representation of color #39379C: hue angle of 241.19º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39379C is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 55 156 -
CMYK 0.63 0.65 0 0.39
HSL 241.19º 0.48% 0.41% -
HSV(B) 241.19º 0.65% 0.61% -
XYZ 9.05 6 32.13 -
YUV 67.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 57 55 156 0.63 0.65 0 0.39 241.19 0.48 0.41
Hex 39 37 9C 3F 41 0 27 F1 30 29
Octal 71 67 234 77 101 0 47 361 60 51
Binary 111001 110111 10011100 111111 1000001 0 100111 11110001 110000 101001

Color Harmonies of #39379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39379C

Black with #39379C

Text Example


Text Example

White with #39379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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