#420947

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

Shades of Mardi Gras #420947

Tints of Mardi Gras #420947

Color information

#420947 (or 0x420947) is unknown color: approx Mardi Gras. HEX triplet: 42, 09 and 47. RGB value is (66,9,71). Sum of RGB (Red+Green+Blue) = 66+9+71=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #420947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420947 is #BDF6B8. Grayscale: #202020. Windows color (decimal): -12449465 or 4655426. OLE color: 4655426.

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

Color convert

RGB66971-
CMYK0.070.8700.72
HSL295.16º77.5%15.69%-
HSV(B)295.16º87.32%27.84%-
XYZ3.481.816.13-
YUV33.11149.38151.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=45.21%
G=6.16%
B=48.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal669710.070.8700.72295.1677.515.69
Hex429477570481274e10
Octal102111077127011044711620
Binary100001010011000111111101011101001000100100111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420947; }

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

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

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

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

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

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

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

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