#43055A

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

Shades of Scarlet Gum #43055A

Tints of Scarlet Gum #43055A

Color information

#43055A (or 0x43055A) is unknown color: approx Scarlet Gum. HEX triplet: 43, 05 and 5A. RGB value is (67,5,90). Sum of RGB (Red+Green+Blue) = 67+5+90=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #43055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43055A is #BCFAA5. Grayscale: #202020. Windows color (decimal): -12384934 or 5899587. OLE color: 5899587.

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

Color convert

RGB67590-
CMYK0.260.9400.65
HSL283.76º89.47%18.63%-
HSV(B)283.76º94.44%35.29%-
XYZ4.212.049.84-
YUV33.23160.04152.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.36%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=41.36%
G=3.09%
B=55.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal675900.260.9400.65283.7689.4718.63
Hex4355A1A5E04111c5913
Octal103513232136010143413123
Binary1000011101101101011010101111001000001100011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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