#420540

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

Shades of Mardi Gras #420540

Tints of Mardi Gras #420540

Color information

#420540 (or 0x420540) is unknown color: approx Mardi Gras. HEX triplet: 42, 05 and 40. RGB value is (66,5,64). Sum of RGB (Red+Green+Blue) = 66+5+64=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #420540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420540 is #BDFABF. Grayscale: #1D1D1D. Windows color (decimal): -12450496 or 4195650. OLE color: 4195650.

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

Color convert

RGB66564-
CMYK00.920.030.74
HSL301.97º85.92%13.92%-
HSV(B)301.97º92.42%25.88%-
XYZ3.231.645-
YUV29.96147.21153.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=48.89%
G=3.70%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6656400.920.030.74301.9785.9213.92
Hex4254005C34A12e56e
Octal10251000134311245612616
Binary100001010110000000101110011100101010010111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420540; }

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

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

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

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

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

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

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

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