#430247

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

Shades of Mardi Gras #430247

Tints of Mardi Gras #430247

Color information

#430247 (or 0x430247) is unknown color: approx Mardi Gras. HEX triplet: 43, 02 and 47. RGB value is (67,2,71). Sum of RGB (Red+Green+Blue) = 67+2+71=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #430247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430247 is #BCFDB8. Grayscale: #1D1D1D. Windows color (decimal): -12385721 or 4653635. OLE color: 4653635.

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

Color convert

RGB67271-
CMYK0.060.9700.72
HSL296.52º94.52%14.31%-
HSV(B)296.52º97.18%27.84%-
XYZ3.471.696.1-
YUV29.3151.53154.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.86%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 71 (28.12% from 255) = 50.71%
R=47.86%
G=1.43%
B=50.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672710.060.9700.72296.5294.5214.31
Hex432476610481295fe
Octal10321076141011045113716
Binary100001110100011111011000010100100010010100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430247; }

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

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

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

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

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

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

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

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