Html Css Color HEX #393091 Dark Slate Blue

📋 copy color: '#393091'

red 57 ◦ green 48 ◦ blue 145

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

Shades of Dark Slate Blue #393091

Tints of Dark Slate Blue #393091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

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

R = 22.8%
G = 19.2%
B = 58%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#393091 (or 0x393091) is known color: Dark Slate Blue. HEX triplet: 39, 30 and 91. RGB value is (57,48,145). Sum of RGB (Red+Green+Blue) = 57+48+145=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #393091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393091 is #C6CF6E. Grayscale: #3D3D3D. Windows color (decimal): -13029231 or 9515065. OLE color: 9515065.

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

Color convert

RGB 57 48 145 -
CMYK 0.61 0.67 0 0.43
HSL 245.57º 0.5% 0.38% -
HSV(B) 245.57º 0.67% 0.57% -
XYZ 7.86 5.03 27.34 -
YUV 61.75 174.98 124.61 -
System Red Green Blue C M Y K H S L
Decimal 57 48 145 0.61 0.67 0 0.43 245.57 0.5 0.38
Hex 39 30 91 3D 43 0 2B F6 32 26
Octal 71 60 221 75 103 0 53 366 62 46
Binary 111001 110000 10010001 111101 1000011 0 101011 11110110 110010 100110

Color Harmonies of #393091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393091

Black with #393091

Text Example


Text Example

White with #393091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393091; }

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

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

background-color css

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

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

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

border-color css

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

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

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