Html Css Color HEX #39318E Dark Slate Blue

📋 copy color: '#39318E'

red 57 ◦ green 49 ◦ blue 142

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

Shades of Dark Slate Blue #39318E

Tints of Dark Slate Blue #39318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 57.26%

R = 22.98%
G = 19.76%
B = 57.26%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#39318E (or 0x39318E) is known color: Dark Slate Blue. HEX triplet: 39, 31 and 8E. RGB value is (57,49,142). Sum of RGB (Red+Green+Blue) = 57+49+142=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #39318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39318E is #C6CE71. Grayscale: #3D3D3D. Windows color (decimal): -13028978 or 9318713. OLE color: 9318713.

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

Color convert

RGB 57 49 142 -
CMYK 0.60 0.65 0 0.44
HSL 245.16º 0.49% 0.37% -
HSV(B) 245.16º 0.65% 0.56% -
XYZ 7.67 5.02 26.16 -
YUV 61.99 173.15 124.44 -
System Red Green Blue C M Y K H S L
Decimal 57 49 142 0.60 0.65 0 0.44 245.16 0.49 0.37
Hex 39 31 8E 3C 41 0 2C F5 31 25
Octal 71 61 216 74 101 0 54 365 61 45
Binary 111001 110001 10001110 111100 1000001 0 101100 11110101 110001 100101

Color Harmonies of #39318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39318E

Black with #39318E

Text Example


Text Example

White with #39318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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