#421046

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

Shades of Mardi Gras #421046

Tints of Mardi Gras #421046

Color information

#421046 (or 0x421046) is unknown color: approx Mardi Gras. HEX triplet: 42, 10 and 46. RGB value is (66,16,70). Sum of RGB (Red+Green+Blue) = 66+16+70=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #421046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421046 is #BDEFB9. Grayscale: #242424. Windows color (decimal): -12447674 or 4591682. OLE color: 4591682.

HSL color Cylindrical-coordinate representation of color #421046: hue angle of 295.56º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421046 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB661670-
CMYK0.060.7700.73
HSL295.56º62.79%16.86%-
HSV(B)295.56º77.14%27.45%-
XYZ3.541.975.99-
YUV37.11146.56148.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 70 (27.73% from 255) = 46.05%
R=43.42%
G=10.53%
B=46.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6616700.060.7700.73295.5662.7916.86
Hex42104664D0491283f11
Octal10220106611501114507721
Binary100001010000100011011010011010100100110010100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421046; }

 p { color: rgb(66,16,70); }

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

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

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

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

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

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

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