#421947

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

Shades of Mardi Gras #421947

Tints of Mardi Gras #421947

Color information

#421947 (or 0x421947) is unknown color: approx Mardi Gras. HEX triplet: 42, 19 and 47. RGB value is (66,25,71). Sum of RGB (Red+Green+Blue) = 66+25+71=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #421947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421947 is #BDE6B8. Grayscale: #2A2A2A. Windows color (decimal): -12445369 or 4659522. OLE color: 4659522.

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

Color convert

RGB662571-
CMYK0.070.6500.72
HSL293.48º47.92%18.82%-
HSV(B)293.48º64.79%27.84%-
XYZ3.732.316.21-
YUV42.5144.08144.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=40.74%
G=15.43%
B=43.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6625710.070.6500.72293.4847.9218.82
Hex4219477410481253013
Octal10231107710101104456023
Binary100001011001100011111110000010100100010010010111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421947; }

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

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

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

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

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

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

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

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