#420543

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

Shades of Mardi Gras #420543

Tints of Mardi Gras #420543

Color information

#420543 (or 0x420543) is unknown color: approx Mardi Gras. HEX triplet: 42, 05 and 43. RGB value is (66,5,67). Sum of RGB (Red+Green+Blue) = 66+5+67=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #420543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420543 is #BDFABC. Grayscale: #1E1E1E. Windows color (decimal): -12450493 or 4392258. OLE color: 4392258.

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

Color convert

RGB66567-
CMYK0.010.9300.74
HSL299.03º86.11%14.12%-
HSV(B)299.03º92.54%26.27%-
XYZ3.311.675.46-
YUV30.31148.71153.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 67 (26.56% from 255) = 48.55%
R=47.83%
G=3.62%
B=48.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal665670.010.9300.74299.0386.1114.12
Hex4254315D04A12b56e
Octal10251031135011245312616
Binary10000101011000011110111010100101010010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420543; }

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

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

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

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

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

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

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

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