#420E48

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

Shades of Mardi Gras #420E48

Tints of Mardi Gras #420E48

Color information

#420E48 (or 0x420E48) is unknown color: approx Mardi Gras. HEX triplet: 42, 0E and 48. RGB value is (66,14,72). Sum of RGB (Red+Green+Blue) = 66+14+72=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #420E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E48 is #BDF1B7. Grayscale: #232323. Windows color (decimal): -12448184 or 4722242. OLE color: 4722242.

HSL color Cylindrical-coordinate representation of color #420E48: hue angle of 293.79º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #420E48 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB661472-
CMYK0.080.8100.72
HSL293.79º67.44%16.86%-
HSV(B)293.79º80.56%28.24%-
XYZ3.571.946.32-
YUV36.16148.23149.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 14 (5.86% from 255) = 9.21%
BLUE value IS 72 (28.52% from 255) = 47.37%
R=43.42%
G=9.21%
B=47.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6614720.080.8100.72293.7967.4416.86
Hex42E488510481264311
Octal1021611010121011044610321
Binary1000010111010010001000101000101001000100100110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420E48; }

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

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

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

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

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

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

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

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