#420A42

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

Shades of Mardi Gras #420A42

Tints of Mardi Gras #420A42

Color information

#420A42 (or 0x420A42) is unknown color: approx Mardi Gras. HEX triplet: 42, 0A and 42. RGB value is (66,10,66). Sum of RGB (Red+Green+Blue) = 66+10+66=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #420A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420A42 is #BDF5BD. Grayscale: #202020. Windows color (decimal): -12449214 or 4328002. OLE color: 4328002.

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

Color convert

RGB661066-
CMYK00.8500.74
HSL300º73.68%14.9%-
HSV(B)300º84.85%25.88%-
XYZ3.341.775.32-
YUV33.13146.55151.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.48%
GREEN value IS 10 (4.30% from 255) = 7.04%
BLUE value IS 66 (26.17% from 255) = 46.48%
R=46.48%
G=7.04%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66106600.8500.7430073.6814.9
Hex42A4205504A12c4af
Octal102121020125011245411217
Binary100001010101000010010101010100101010010110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420A42; }

 p { color: rgb(66,10,66); }

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

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

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

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

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

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

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