Html Css Color HEX #392958 Cherry Pie

📋 copy color: '#392958'

red 57 ◦ green 41 ◦ blue 88

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

Shades of Cherry Pie #392958

Tints of Cherry Pie #392958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.31%

R = 30.65%
G = 22.04%
B = 47.31%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#392958 (or 0x392958) is known color: Cherry Pie. HEX triplet: 39, 29 and 58. RGB value is (57,41,88). Sum of RGB (Red+Green+Blue) = 57+41+88=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #392958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392958 is #C6D6A7. Grayscale: #323232. Windows color (decimal): -13031080 or 5777721. OLE color: 5777721.

HSL color Cylindrical-coordinate representation of color #392958: hue angle of 260.43º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #392958 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 41 88 -
CMYK 0.35 0.53 0 0.65
HSL 260.43º 0.36% 0.25% -
HSV(B) 260.43º 0.53% 0.35% -
XYZ 4.24 3.16 9.62 -
YUV 51.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 57 41 88 0.35 0.53 0 0.65 260.43 0.36 0.25
Hex 39 29 58 23 35 0 41 104 24 19
Octal 71 51 130 43 65 0 101 404 44 31
Binary 111001 101001 1011000 100011 110101 0 1000001 100000100 100100 11001

Color Harmonies of #392958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392958

Black with #392958

Text Example


Text Example

White with #392958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392958; }

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

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

background-color css

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

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

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

border-color css

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

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

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