Html Css Color HEX #392993 Dark Slate Blue

📋 copy color: '#392993'

red 57 ◦ green 41 ◦ blue 147

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

Shades of Dark Slate Blue #392993

Tints of Dark Slate Blue #392993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

 BLUE value IS 147 (57.81% from 255) = 60%

R = 23.27%
G = 16.73%
B = 60%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#392993 (or 0x392993) is known color: Dark Slate Blue. HEX triplet: 39, 29 and 93. RGB value is (57,41,147). Sum of RGB (Red+Green+Blue) = 57+41+147=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #392993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392993 is #C6D66C. Grayscale: #393939. Windows color (decimal): -13031021 or 9644345. OLE color: 9644345.

HSL color Cylindrical-coordinate representation of color #392993: hue angle of 249.06º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #392993 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 41 147 -
CMYK 0.61 0.72 0 0.42
HSL 249.06º 0.56% 0.37% -
HSV(B) 249.06º 0.72% 0.58% -
XYZ 7.75 4.56 28.08 -
YUV 57.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 57 41 147 0.61 0.72 0 0.42 249.06 0.56 0.37
Hex 39 29 93 3D 48 0 2A F9 38 25
Octal 71 51 223 75 110 0 52 371 70 45
Binary 111001 101001 10010011 111101 1001000 0 101010 11111001 111000 100101

Color Harmonies of #392993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392993

Black with #392993

Text Example


Text Example

White with #392993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392993; }

 p { color: rgb(57,41,147); }

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

background-color css

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

 a { background-color: rgb(57,41,147); }

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

border-color css

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

 span { border-color: rgb(57,41,147); }

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