Html Css Color HEX #392991 Dark Slate Blue

📋 copy color: '#392991'

red 57 ◦ green 41 ◦ blue 145

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

Shades of Dark Slate Blue #392991

Tints of Dark Slate Blue #392991

RGB

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

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

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

R = 23.46%
G = 16.87%
B = 59.67%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#392991 (or 0x392991) is known color: Dark Slate Blue. HEX triplet: 39, 29 and 91. RGB value is (57,41,145). Sum of RGB (Red+Green+Blue) = 57+41+145=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #392991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392991 is #C6D66E. Grayscale: #393939. Windows color (decimal): -13031023 or 9513273. OLE color: 9513273.

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

Color convert

RGB 57 41 145 -
CMYK 0.61 0.72 0 0.43
HSL 249.23º 0.56% 0.36% -
HSV(B) 249.23º 0.72% 0.57% -
XYZ 7.59 4.5 27.26 -
YUV 57.64 177.3 127.54 -
System Red Green Blue C M Y K H S L
Decimal 57 41 145 0.61 0.72 0 0.43 249.23 0.56 0.36
Hex 39 29 91 3D 48 0 2B F9 38 24
Octal 71 51 221 75 110 0 53 371 70 44
Binary 111001 101001 10010001 111101 1001000 0 101011 11111001 111000 100100

Color Harmonies of #392991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392991

Black with #392991

Text Example


Text Example

White with #392991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392991; }

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

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

background-color css

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

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

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

border-color css

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

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

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