#430347

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

Shades of Mardi Gras #430347

Tints of Mardi Gras #430347

Color information

#430347 (or 0x430347) is unknown color: approx Mardi Gras. HEX triplet: 43, 03 and 47. RGB value is (67,3,71). Sum of RGB (Red+Green+Blue) = 67+3+71=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #430347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430347 is #BCFCB8. Grayscale: #1D1D1D. Windows color (decimal): -12385465 or 4653891. OLE color: 4653891.

HSL color Cylindrical-coordinate representation of color #430347: hue angle of 296.47º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430347 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB67371-
CMYK0.060.9600.72
HSL296.47º91.89%14.51%-
HSV(B)296.47º95.77%27.84%-
XYZ3.481.716.11-
YUV29.89151.2154.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 71 (28.12% from 255) = 50.35%
R=47.52%
G=2.13%
B=50.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal673710.060.9600.72296.4791.8914.51
Hex433476600481285cf
Octal10331076140011045013417
Binary100001111100011111011000000100100010010100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430347; }

 p { color: rgb(67,3,71); }

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

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

 a { background-color: rgb(67,3,71); }

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

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

 span { border-color: rgb(67,3,71); }

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