Html Css Color HEX #39295A Cherry Pie

📋 copy color: '#39295A'

red 57 ◦ green 41 ◦ blue 90

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

Shades of Cherry Pie #39295A

Tints of Cherry Pie #39295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.87%

R = 30.32%
G = 21.81%
B = 47.87%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#39295A (or 0x39295A) is known color: Cherry Pie. HEX triplet: 39, 29 and 5A. RGB value is (57,41,90). Sum of RGB (Red+Green+Blue) = 57+41+90=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #39295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39295A is #C6D6A5. Grayscale: #333333. Windows color (decimal): -13031078 or 5908793. OLE color: 5908793.

HSL color Cylindrical-coordinate representation of color #39295A: hue angle of 259.59º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39295A is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 41 90 -
CMYK 0.37 0.54 0 0.65
HSL 259.59º 0.37% 0.26% -
HSV(B) 259.59º 0.54% 0.35% -
XYZ 4.33 3.19 10.06 -
YUV 51.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 57 41 90 0.37 0.54 0 0.65 259.59 0.37 0.26
Hex 39 29 5A 25 36 0 41 104 25 1A
Octal 71 51 132 45 66 0 101 404 45 32
Binary 111001 101001 1011010 100101 110110 0 1000001 100000100 100101 11010

Color Harmonies of #39295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39295A

Black with #39295A

Text Example


Text Example

White with #39295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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