#421748

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

Shades of Mardi Gras #421748

Tints of Mardi Gras #421748

Color information

#421748 (or 0x421748) is unknown color: approx Mardi Gras. HEX triplet: 42, 17 and 48. RGB value is (66,23,72). Sum of RGB (Red+Green+Blue) = 66+23+72=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #421748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421748 is #BDE8B7. Grayscale: #292929. Windows color (decimal): -12445880 or 4724546. OLE color: 4724546.

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

Color convert

RGB662372-
CMYK0.080.6800.72
HSL292.65º51.58%18.63%-
HSV(B)292.65º68.06%28.24%-
XYZ3.722.246.37-
YUV41.44145.25145.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=40.99%
G=14.29%
B=44.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6623720.080.6800.72292.6551.5818.63
Hex4217488440481253413
Octal102271101010401104456423
Binary1000010101111001000100010001000100100010010010111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421748; }

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

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

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

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

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

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

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

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