#421747

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

Shades of Mardi Gras #421747

Tints of Mardi Gras #421747

Color information

#421747 (or 0x421747) is unknown color: approx Mardi Gras. HEX triplet: 42, 17 and 47. RGB value is (66,23,71). Sum of RGB (Red+Green+Blue) = 66+23+71=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #421747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421747 is #BDE8B8. Grayscale: #292929. Windows color (decimal): -12445881 or 4659010. OLE color: 4659010.

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

Color convert

RGB662371-
CMYK0.070.6800.72
HSL293.75º51.06%18.43%-
HSV(B)293.75º67.61%27.84%-
XYZ3.692.236.2-
YUV41.33144.75145.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 23 (9.38% from 255) = 14.38%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=41.25%
G=14.38%
B=44.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6623710.070.6800.72293.7551.0618.43
Hex4217477440481263312
Octal10227107710401104466322
Binary100001010111100011111110001000100100010010011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421747; }

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

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

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

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

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

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

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

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