#43055B

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

Shades of Scarlet Gum #43055B

Tints of Scarlet Gum #43055B

Color information

#43055B (or 0x43055B) is unknown color: approx Scarlet Gum. HEX triplet: 43, 05 and 5B. RGB value is (67,5,91). Sum of RGB (Red+Green+Blue) = 67+5+91=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #43055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43055B is #BCFAA4. Grayscale: #212121. Windows color (decimal): -12384933 or 5965123. OLE color: 5965123.

HSL color Cylindrical-coordinate representation of color #43055B: hue angle of 283.26º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #43055B is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB67591-
CMYK0.260.9500.64
HSL283.26º89.58%18.82%-
HSV(B)283.26º94.51%35.69%-
XYZ4.262.0610.07-
YUV33.34160.54152.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.10%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 91 (35.94% from 255) = 55.83%
R=41.10%
G=3.07%
B=55.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal675910.260.9500.64283.2689.5818.82
Hex4355B1A5F04011b5a13
Octal103513332137010043313223
Binary1000011101101101111010101111101000000100011011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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