Html Css Color HEX #392990 Dark Slate Blue

📋 copy color: '#392990'

red 57 ◦ green 41 ◦ blue 144

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

Shades of Dark Slate Blue #392990

Tints of Dark Slate Blue #392990

RGB

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

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

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

R = 23.55%
G = 16.94%
B = 59.5%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#392990 (or 0x392990) is known color: Dark Slate Blue. HEX triplet: 39, 29 and 90. RGB value is (57,41,144). Sum of RGB (Red+Green+Blue) = 57+41+144=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #392990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392990 is #C6D66F. Grayscale: #393939. Windows color (decimal): -13031024 or 9447737. OLE color: 9447737.

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

Color convert

RGB 57 41 144 -
CMYK 0.60 0.72 0 0.44
HSL 249.32º 0.56% 0.36% -
HSV(B) 249.32º 0.72% 0.56% -
XYZ 7.51 4.47 26.85 -
YUV 57.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 57 41 144 0.60 0.72 0 0.44 249.32 0.56 0.36
Hex 39 29 90 3C 48 0 2C F9 38 24
Octal 71 51 220 74 110 0 54 371 70 44
Binary 111001 101001 10010000 111100 1001000 0 101100 11111001 111000 100100

Color Harmonies of #392990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392990

Black with #392990

Text Example


Text Example

White with #392990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392990; }

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

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

background-color css

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

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

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

border-color css

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

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

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