Html Css Color HEX #392893 Dark Slate Blue

📋 copy color: '#392893'

red 57 ◦ green 40 ◦ blue 147

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

Shades of Dark Slate Blue #392893

Tints of Dark Slate Blue #392893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.39%

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

R = 23.36%
G = 16.39%
B = 60.25%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#392893 (or 0x392893) is known color: Dark Slate Blue. HEX triplet: 39, 28 and 93. RGB value is (57,40,147). Sum of RGB (Red+Green+Blue) = 57+40+147=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #392893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392893 is #C6D76C. Grayscale: #383838. Windows color (decimal): -13031277 or 9644089. OLE color: 9644089.

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

Color convert

RGB 57 40 147 -
CMYK 0.61 0.73 0 0.42
HSL 249.53º 0.57% 0.37% -
HSV(B) 249.53º 0.73% 0.58% -
XYZ 7.71 4.49 28.06 -
YUV 57.28 178.63 127.8 -
System Red Green Blue C M Y K H S L
Decimal 57 40 147 0.61 0.73 0 0.42 249.53 0.57 0.37
Hex 39 28 93 3D 49 0 2A FA 39 25
Octal 71 50 223 75 111 0 52 372 71 45
Binary 111001 101000 10010011 111101 1001001 0 101010 11111010 111001 100101

Color Harmonies of #392893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392893

Black with #392893

Text Example


Text Example

White with #392893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392893; }

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

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

background-color css

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

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

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

border-color css

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

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

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