#43285A

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

Shades of Scarlet Gum #43285A

Tints of Scarlet Gum #43285A

Color information

#43285A (or 0x43285A) is unknown color: approx Scarlet Gum. HEX triplet: 43, 28 and 5A. RGB value is (67,40,90). Sum of RGB (Red+Green+Blue) = 67+40+90=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #43285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43285A is #BCD7A5. Grayscale: #353535. Windows color (decimal): -12375974 or 5908547. OLE color: 5908547.

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

Color convert

RGB674090-
CMYK0.260.5600.65
HSL272.4º38.46%25.49%-
HSV(B)272.4º55.56%35.29%-
XYZ4.923.4510.08-
YUV53.77148.45137.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.01%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=34.01%
G=20.30%
B=45.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6740900.260.5600.65272.438.4625.49
Hex43285A1A380411102619
Octal10350132327001014204631
Binary10000111010001011010110101110000100000110001000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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