Html Css Color HEX #393390 Dark Slate Blue

📋 copy color: '#393390'

red 57 ◦ green 51 ◦ blue 144

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

Shades of Dark Slate Blue #393390

Tints of Dark Slate Blue #393390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.14%

R = 22.62%
G = 20.24%
B = 57.14%

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

#393390 (or 0x393390) is known color: Dark Slate Blue. HEX triplet: 39, 33 and 90. RGB value is (57,51,144). Sum of RGB (Red+Green+Blue) = 57+51+144=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #393390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393390 is #C6CC6F. Grayscale: #3F3F3F. Windows color (decimal): -13028464 or 9450297. OLE color: 9450297.

HSL color Cylindrical-coordinate representation of color #393390: hue angle of 243.87º 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 #393390 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 51 144 -
CMYK 0.60 0.65 0 0.44
HSL 243.87º 0.48% 0.38% -
HSV(B) 243.87º 0.65% 0.56% -
XYZ 7.91 5.25 26.98 -
YUV 63.4 173.49 123.44 -
System Red Green Blue C M Y K H S L
Decimal 57 51 144 0.60 0.65 0 0.44 243.87 0.48 0.38
Hex 39 33 90 3C 41 0 2C F4 30 26
Octal 71 63 220 74 101 0 54 364 60 46
Binary 111001 110011 10010000 111100 1000001 0 101100 11110100 110000 100110

Color Harmonies of #393390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393390

Black with #393390

Text Example


Text Example

White with #393390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393390; }

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

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

background-color css

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

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

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

border-color css

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

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

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