#3A314E

Color #3A314E Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #3A314E

Tints of Cherry Pie #3A314E

Color information

#3A314E (or 0x3A314E) is unknown color: approx Cherry Pie. HEX triplet: 3A, 31 and 4E. RGB value is (58,49,78). Sum of RGB (Red+Green+Blue) = 58+49+78=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A314E is #C5CEB1. Grayscale: #363636. Windows color (decimal): -12963506 or 5124410. OLE color: 5124410.

HSL color Cylindrical-coordinate representation of color #3A314E: hue angle of 258.62º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A314E is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB584978-
CMYK0.260.3700.69
HSL258.62º22.83%24.9%-
HSV(B)258.62º37.18%30.59%-
XYZ4.223.657.69-
YUV55140.98130.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=31.35%
G=26.49%
B=42.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5849780.260.3700.69258.6222.8324.9
Hex3A314E1A250451031719
Octal7261116324501054032731
Binary111010110001100111011010100101010001011000000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A314E; }

 p { color: rgb(58,49,78); }

 H1.HeaderClassName
 {
   color: #3A314E;
 }
 .AnyTagClassName
 {
   color: #3A314E;
 }
</style>
background-color css

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

 a { background-color: rgb(58,49,78); }

 div.DivClassName
 {
   background-color: #3A314E;
 }
 .BgClassName
 {
   background-color: #3A314E;
 }
</style>
border-color css

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

 span { border-color: rgb(58,49,78); }

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