Html Css Color HEX #39338E Dark Slate Blue

📋 copy color: '#39338E'

red 57 ◦ green 51 ◦ blue 142

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

Shades of Dark Slate Blue #39338E

Tints of Dark Slate Blue #39338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 22.8%
G = 20.4%
B = 56.8%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#39338E (or 0x39338E) is known color: Dark Slate Blue. HEX triplet: 39, 33 and 8E. RGB value is (57,51,142). Sum of RGB (Red+Green+Blue) = 57+51+142=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #39338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39338E is #C6CC71. Grayscale: #3E3E3E. Windows color (decimal): -13028466 or 9319225. OLE color: 9319225.

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

Color convert

RGB 57 51 142 -
CMYK 0.60 0.64 0 0.44
HSL 243.96º 0.47% 0.38% -
HSV(B) 243.96º 0.64% 0.56% -
XYZ 7.75 5.19 26.18 -
YUV 63.17 172.49 123.6 -
System Red Green Blue C M Y K H S L
Decimal 57 51 142 0.60 0.64 0 0.44 243.96 0.47 0.38
Hex 39 33 8E 3C 40 0 2C F4 2F 26
Octal 71 63 216 74 100 0 54 364 57 46
Binary 111001 110011 10001110 111100 1000000 0 101100 11110100 101111 100110

Color Harmonies of #39338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39338E

Black with #39338E

Text Example


Text Example

White with #39338E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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