#421247

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

Shades of Mardi Gras #421247

Tints of Mardi Gras #421247

Color information

#421247 (or 0x421247) is unknown color: approx Mardi Gras. HEX triplet: 42, 12 and 47. RGB value is (66,18,71). Sum of RGB (Red+Green+Blue) = 66+18+71=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #421247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421247 is #BDEDB8. Grayscale: #262626. Windows color (decimal): -12447161 or 4657730. OLE color: 4657730.

HSL color Cylindrical-coordinate representation of color #421247: hue angle of 294.34º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421247 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB661871-
CMYK0.070.7500.72
HSL294.34º59.55%17.45%-
HSV(B)294.34º74.65%27.84%-
XYZ3.62.056.17-
YUV38.39146.4147.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=42.58%
G=11.61%
B=45.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6618710.070.7500.72294.3459.5517.45
Hex42124774B0481263c11
Octal10222107711301104467421
Binary100001010010100011111110010110100100010010011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421247; }

 p { color: rgb(66,18,71); }

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

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

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

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

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

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

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