#430445

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

Shades of Mardi Gras #430445

Tints of Mardi Gras #430445

Color information

#430445 (or 0x430445) is unknown color: approx Mardi Gras. HEX triplet: 43, 04 and 45. RGB value is (67,4,69). Sum of RGB (Red+Green+Blue) = 67+4+69=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #430445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430445 is #BCFBBA. Grayscale: #1E1E1E. Windows color (decimal): -12385211 or 4523075. OLE color: 4523075.

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

Color convert

RGB67469-
CMYK0.030.9400.73
HSL298.15º89.04%14.31%-
HSV(B)298.15º94.2%27.06%-
XYZ3.431.715.78-
YUV30.25149.87154.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.86%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 69 (27.34% from 255) = 49.29%
R=47.86%
G=2.86%
B=49.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal674690.030.9400.73298.1589.0414.31
Hex4344535E04912a59e
Octal10341053136011145213116
Binary100001110010001011110111100100100110010101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430445; }

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

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

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

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

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

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

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

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