#43285C

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

Shades of Scarlet Gum #43285C

Tints of Scarlet Gum #43285C

Color information

#43285C (or 0x43285C) is unknown color: approx Scarlet Gum. HEX triplet: 43, 28 and 5C. RGB value is (67,40,92). Sum of RGB (Red+Green+Blue) = 67+40+92=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #43285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43285C is #BCD7A3. Grayscale: #353535. Windows color (decimal): -12375972 or 6039619. OLE color: 6039619.

HSL color Cylindrical-coordinate representation of color #43285C: hue angle of 271.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43285C is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB674092-
CMYK0.270.5700.64
HSL271.15º39.39%25.88%-
HSV(B)271.15º56.52%36.08%-
XYZ5.013.4810.53-
YUV54149.45137.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.67%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=33.67%
G=20.10%
B=46.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6740920.270.5700.64271.1539.3925.88
Hex43285C1B3904010f271a
Octal10350134337101004174732
Binary10000111010001011100110111110010100000010000111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43285C; }

 p { color: rgb(67,40,92); }

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

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

 a { background-color: rgb(67,40,92); }

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

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

 span { border-color: rgb(67,40,92); }

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