#421248

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

Shades of Mardi Gras #421248

Tints of Mardi Gras #421248

Color information

#421248 (or 0x421248) is unknown color: approx Mardi Gras. HEX triplet: 42, 12 and 48. RGB value is (66,18,72). Sum of RGB (Red+Green+Blue) = 66+18+72=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #421248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421248 is #BDEDB7. Grayscale: #262626. Windows color (decimal): -12447160 or 4723266. OLE color: 4723266.

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

Color convert

RGB661872-
CMYK0.080.7500.72
HSL293.33º60%17.65%-
HSV(B)293.33º75%28.24%-
XYZ3.632.066.34-
YUV38.51146.9147.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 72 (28.52% from 255) = 46.15%
R=42.31%
G=11.54%
B=46.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6618720.080.7500.72293.336017.65
Hex42124884B0481253c12
Octal102221101011301104457422
Binary1000010100101001000100010010110100100010010010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421248; }

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

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

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

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

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

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

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

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