Html Css Color HEX #393591 Dark Slate Blue

📋 copy color: '#393591'

red 57 ◦ green 53 ◦ blue 145

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

Shades of Dark Slate Blue #393591

Tints of Dark Slate Blue #393591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

 BLUE value IS 145 (57.03% from 255) = 56.86%

R = 22.35%
G = 20.78%
B = 56.86%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#393591 (or 0x393591) is known color: Dark Slate Blue. HEX triplet: 39, 35 and 91. RGB value is (57,53,145). Sum of RGB (Red+Green+Blue) = 57+53+145=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #393591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393591 is #C6CA6E. Grayscale: #404040. Windows color (decimal): -13027951 or 9516345. OLE color: 9516345.

HSL color Cylindrical-coordinate representation of color #393591: hue angle of 242.61º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393591 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 53 145 -
CMYK 0.61 0.63 0 0.43
HSL 242.61º 0.46% 0.39% -
HSV(B) 242.61º 0.63% 0.57% -
XYZ 8.07 5.46 27.42 -
YUV 64.68 173.33 122.52 -
System Red Green Blue C M Y K H S L
Decimal 57 53 145 0.61 0.63 0 0.43 242.61 0.46 0.39
Hex 39 35 91 3D 3F 0 2B F3 2E 27
Octal 71 65 221 75 77 0 53 363 56 47
Binary 111001 110101 10010001 111101 111111 0 101011 11110011 101110 100111

Color Harmonies of #393591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393591

Black with #393591

Text Example


Text Example

White with #393591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393591; }

 p { color: rgb(57,53,145); }

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

background-color css

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

 a { background-color: rgb(57,53,145); }

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

border-color css

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

 span { border-color: rgb(57,53,145); }

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