Html Css Color HEX #39328F Dark Slate Blue

📋 copy color: '#39328F'

red 57 ◦ green 50 ◦ blue 143

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

Shades of Dark Slate Blue #39328F

Tints of Dark Slate Blue #39328F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

 BLUE value IS 143 (56.25% from 255) = 57.2%

R = 22.8%
G = 20%
B = 57.2%

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

#39328F (or 0x39328F) is known color: Dark Slate Blue. HEX triplet: 39, 32 and 8F. RGB value is (57,50,143). Sum of RGB (Red+Green+Blue) = 57+50+143=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #39328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39328F is #C6CD70. Grayscale: #3E3E3E. Windows color (decimal): -13028721 or 9384505. OLE color: 9384505.

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

Color convert

RGB 57 50 143 -
CMYK 0.60 0.65 0 0.44
HSL 244.52º 0.48% 0.38% -
HSV(B) 244.52º 0.65% 0.56% -
XYZ 7.79 5.13 26.57 -
YUV 62.7 173.32 123.94 -
System Red Green Blue C M Y K H S L
Decimal 57 50 143 0.60 0.65 0 0.44 244.52 0.48 0.38
Hex 39 32 8F 3C 41 0 2C F5 30 26
Octal 71 62 217 74 101 0 54 365 60 46
Binary 111001 110010 10001111 111100 1000001 0 101100 11110101 110000 100110

Color Harmonies of #39328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39328F

Black with #39328F

Text Example


Text Example

White with #39328F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,50,143); }

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

background-color css

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

 a { background-color: rgb(57,50,143); }

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

border-color css

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

 span { border-color: rgb(57,50,143); }

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