#430440

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

Shades of Mardi Gras #430440

Tints of Mardi Gras #430440

Color information

#430440 (or 0x430440) is unknown color: approx Mardi Gras. HEX triplet: 43, 04 and 40. RGB value is (67,4,64). Sum of RGB (Red+Green+Blue) = 67+4+64=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #430440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430440 is #BCFBBF. Grayscale: #1D1D1D. Windows color (decimal): -12385216 or 4195395. OLE color: 4195395.

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

Color convert

RGB67464-
CMYK00.940.040.74
HSL302.86º88.73%13.92%-
HSV(B)302.86º94.03%26.27%-
XYZ3.281.655-
YUV29.68147.37154.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.63%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=49.63%
G=2.96%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6746400.940.040.74302.8688.7313.92
Hex4344005E44A12f59e
Octal10341000136411245713116
Binary1000011100100000001011110100100101010010111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430440; }

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

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

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

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

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

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

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

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