#43294E

Color #43294E Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #43294E

Tints of Scarlet Gum #43294E

Color information

#43294E (or 0x43294E) is unknown color: approx Scarlet Gum. HEX triplet: 43, 29 and 4E. RGB value is (67,41,78). Sum of RGB (Red+Green+Blue) = 67+41+78=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #43294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43294E is #BCD6B1. Grayscale: #343434. Windows color (decimal): -12375730 or 5122371. OLE color: 5122371.

HSL color Cylindrical-coordinate representation of color #43294E: hue angle of 282.16º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43294E is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB674178-
CMYK0.140.4700.69
HSL282.16º31.09%23.33%-
HSV(B)282.16º47.44%30.59%-
XYZ4.483.337.61-
YUV52.99142.11137.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.02%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=36.02%
G=22.04%
B=41.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6741780.140.4700.69282.1631.0923.33
Hex43294EE2F04511a1f17
Octal10351116165701054323727
Binary100001110100110011101110101111010001011000110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43294E; }

 p { color: rgb(67,41,78); }

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

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

 a { background-color: rgb(67,41,78); }

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

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

 span { border-color: rgb(67,41,78); }

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