#430540

Color #430540 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #430540

Tints of Mardi Gras #430540

Color information

#430540 (or 0x430540) is unknown color: approx Mardi Gras. HEX triplet: 43, 05 and 40. RGB value is (67,5,64). Sum of RGB (Red+Green+Blue) = 67+5+64=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #430540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430540 is #BCFABF. Grayscale: #1E1E1E. Windows color (decimal): -12384960 or 4195651. OLE color: 4195651.

HSL color Cylindrical-coordinate representation of color #430540: hue angle of 302.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430540 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB67564-
CMYK00.930.040.74
HSL302.9º86.11%14.12%-
HSV(B)302.9º92.54%26.27%-
XYZ3.291.675-
YUV30.26147.04154.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=49.26%
G=3.68%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6756400.930.040.74302.986.1114.12
Hex4354005D44A12f56e
Octal10351000135411245712616
Binary1000011101100000001011101100100101010010111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430540; }

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

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

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

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

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

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

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

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