#430042

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

Shades of Mardi Gras #430042

Tints of Mardi Gras #430042

Color information

#430042 (or 0x430042) is unknown color: approx Mardi Gras. HEX triplet: 43, 00 and 42. RGB value is (67,0,66). Sum of RGB (Red+Green+Blue) = 67+0+66=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #430042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430042 is #BCFFBD. Grayscale: #1B1B1B. Windows color (decimal): -12386238 or 4325443. OLE color: 4325443.

HSL color Cylindrical-coordinate representation of color #430042: hue angle of 300.9º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430042 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB67066-
CMYK010.010.74
HSL300.9º100%13.14%-
HSV(B)300.9º100%26.27%-
XYZ3.31.595.29-
YUV27.56149.7156.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 49.62%
R=50.38%
G=0%
B=49.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67066010.010.74300.910013.14
Hex4304206414A12d64d
Octal10301020144111245514415
Binary100001101000010011001001100101010010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430042; }

 p { color: rgb(67,0,66); }

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

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

 a { background-color: rgb(67,0,66); }

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

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

 span { border-color: rgb(67,0,66); }

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