Html Css Color HEX #39318D Dark Slate Blue

📋 copy color: '#39318D'

red 57 ◦ green 49 ◦ blue 141

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

Shades of Dark Slate Blue #39318D

Tints of Dark Slate Blue #39318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.09%

R = 23.08%
G = 19.84%
B = 57.09%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39318D (or 0x39318D) is known color: Dark Slate Blue. HEX triplet: 39, 31 and 8D. RGB value is (57,49,141). Sum of RGB (Red+Green+Blue) = 57+49+141=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #39318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39318D is #C6CE72. Grayscale: #3D3D3D. Windows color (decimal): -13028979 or 9253177. OLE color: 9253177.

HSL color Cylindrical-coordinate representation of color #39318D: hue angle of 245.22º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39318D is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 49 141 -
CMYK 0.60 0.65 0 0.45
HSL 245.22º 0.48% 0.37% -
HSV(B) 245.22º 0.65% 0.55% -
XYZ 7.59 4.99 25.76 -
YUV 61.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 57 49 141 0.60 0.65 0 0.45 245.22 0.48 0.37
Hex 39 31 8D 3C 41 0 2D F5 30 25
Octal 71 61 215 74 101 0 55 365 60 45
Binary 111001 110001 10001101 111100 1000001 0 101101 11110101 110000 100101

Color Harmonies of #39318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39318D

Black with #39318D

Text Example


Text Example

White with #39318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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