#420348

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

Shades of Mardi Gras #420348

Tints of Mardi Gras #420348

Color information

#420348 (or 0x420348) is unknown color: approx Mardi Gras. HEX triplet: 42, 03 and 48. RGB value is (66,3,72). Sum of RGB (Red+Green+Blue) = 66+3+72=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #420348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420348 is #BDFCB7. Grayscale: #1D1D1D. Windows color (decimal): -12451000 or 4719426. OLE color: 4719426.

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

Color convert

RGB66372-
CMYK0.080.9600.72
HSL294.78º92%14.71%-
HSV(B)294.78º95.83%28.24%-
XYZ3.451.696.28-
YUV29.7151.87153.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.81%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 72 (28.52% from 255) = 51.06%
R=46.81%
G=2.13%
B=51.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal663720.080.9600.72294.789214.71
Hex423488600481275cf
Octal102311010140011044713417
Binary1000010111001000100011000000100100010010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420348; }

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

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

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

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

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

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

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

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