Html Css Color HEX #392C89 Dark Slate Blue

📋 copy color: '#392C89'

red 57 ◦ green 44 ◦ blue 137

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

Shades of Dark Slate Blue #392C89

Tints of Dark Slate Blue #392C89

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.49%

 BLUE value IS 137 (53.91% from 255) = 57.56%

R = 23.95%
G = 18.49%
B = 57.56%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#392C89 (or 0x392C89) is known color: Dark Slate Blue. HEX triplet: 39, 2C and 89. RGB value is (57,44,137). Sum of RGB (Red+Green+Blue) = 57+44+137=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #392C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392C89 is #C6D376. Grayscale: #3A3A3A. Windows color (decimal): -13030263 or 8989753. OLE color: 8989753.

HSL color Cylindrical-coordinate representation of color #392C89: hue angle of 248.39º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392C89 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 44 137 -
CMYK 0.58 0.68 0 0.46
HSL 248.39º 0.51% 0.35% -
HSV(B) 248.39º 0.68% 0.54% -
XYZ 7.1 4.48 24.16 -
YUV 58.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 57 44 137 0.58 0.68 0 0.46 248.39 0.51 0.35
Hex 39 2C 89 3A 44 0 2E F8 33 23
Octal 71 54 211 72 104 0 56 370 63 43
Binary 111001 101100 10001001 111010 1000100 0 101110 11111000 110011 100011

Color Harmonies of #392C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C89

Black with #392C89

Text Example


Text Example

White with #392C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392C89; }

 p { color: rgb(57,44,137); }

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

background-color css

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

 a { background-color: rgb(57,44,137); }

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

border-color css

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

 span { border-color: rgb(57,44,137); }

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