#421148

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

Shades of Mardi Gras #421148

Tints of Mardi Gras #421148

Color information

#421148 (or 0x421148) is unknown color: approx Mardi Gras. HEX triplet: 42, 11 and 48. RGB value is (66,17,72). Sum of RGB (Red+Green+Blue) = 66+17+72=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #421148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421148 is #BDEEB7. Grayscale: #252525. Windows color (decimal): -12447416 or 4723010. OLE color: 4723010.

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

Color convert

RGB661772-
CMYK0.080.7600.72
HSL293.45º61.8%17.45%-
HSV(B)293.45º76.39%28.24%-
XYZ3.622.036.33-
YUV37.92147.23148.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 17 (7.03% from 255) = 10.97%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=42.58%
G=10.97%
B=46.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6617720.080.7600.72293.4561.817.45
Hex42114884C0481253e11
Octal102211101011401104457621
Binary1000010100011001000100010011000100100010010010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421148; }

 p { color: rgb(66,17,72); }

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

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

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

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

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

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

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