Html Css Color HEX #392490 Dark Slate Blue

📋 copy color: '#392490'

red 57 ◦ green 36 ◦ blue 144

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

Shades of Dark Slate Blue #392490

Tints of Dark Slate Blue #392490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.19%

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

R = 24.05%
G = 15.19%
B = 60.76%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#392490 (or 0x392490) is known color: Dark Slate Blue. HEX triplet: 39, 24 and 90. RGB value is (57,36,144). Sum of RGB (Red+Green+Blue) = 57+36+144=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #392490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392490 is #C6DB6F. Grayscale: #363636. Windows color (decimal): -13032304 or 9446457. OLE color: 9446457.

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

Color convert

RGB 57 36 144 -
CMYK 0.60 0.75 0 0.44
HSL 251.67º 0.6% 0.35% -
HSV(B) 251.67º 0.75% 0.56% -
XYZ 7.35 4.15 26.8 -
YUV 54.59 178.46 129.72 -
System Red Green Blue C M Y K H S L
Decimal 57 36 144 0.60 0.75 0 0.44 251.67 0.6 0.35
Hex 39 24 90 3C 4B 0 2C FC 3C 23
Octal 71 44 220 74 113 0 54 374 74 43
Binary 111001 100100 10010000 111100 1001011 0 101100 11111100 111100 100011

Color Harmonies of #392490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392490

Black with #392490

Text Example


Text Example

White with #392490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392490; }

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

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

background-color css

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

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

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

border-color css

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

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

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