Html Css Color HEX #392998 Dark Slate Blue

📋 copy color: '#392998'

red 57 ◦ green 41 ◦ blue 152

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

Shades of Dark Slate Blue #392998

Tints of Dark Slate Blue #392998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.8%

R = 22.8%
G = 16.4%
B = 60.8%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#392998 (or 0x392998) is known color: Dark Slate Blue. HEX triplet: 39, 29 and 98. RGB value is (57,41,152). Sum of RGB (Red+Green+Blue) = 57+41+152=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #392998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392998 is #C6D667. Grayscale: #3A3A3A. Windows color (decimal): -13031016 or 9972025. OLE color: 9972025.

HSL color Cylindrical-coordinate representation of color #392998: hue angle of 248.65º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392998 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 41 152 -
CMYK 0.62 0.73 0 0.40
HSL 248.65º 0.58% 0.38% -
HSV(B) 248.65º 0.73% 0.6% -
XYZ 8.15 4.72 30.19 -
YUV 58.44 180.8 126.97 -
System Red Green Blue C M Y K H S L
Decimal 57 41 152 0.62 0.73 0 0.40 248.65 0.58 0.38
Hex 39 29 98 3E 49 0 28 F9 3A 26
Octal 71 51 230 76 111 0 50 371 72 46
Binary 111001 101001 10011000 111110 1001001 0 101000 11111001 111010 100110

Color Harmonies of #392998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392998

Black with #392998

Text Example


Text Example

White with #392998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392998; }

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

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

background-color css

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

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

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

border-color css

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

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

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