#480042

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

Shades of Mardi Gras #480042

Tints of Mardi Gras #480042

Color information

#480042 (or 0x480042) is unknown color: approx Mardi Gras. HEX triplet: 48, 00 and 42. RGB value is (72,0,66). Sum of RGB (Red+Green+Blue) = 72+0+66=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #480042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480042 is #B7FFBD. Grayscale: #1C1C1C. Windows color (decimal): -12058558 or 4325448. OLE color: 4325448.

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

Color convert

RGB72066-
CMYK010.080.72
HSL305º100%14.12%-
HSV(B)305º100%28.24%-
XYZ3.661.775.3-
YUV29.05148.85158.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 47.83%
R=52.17%
G=0%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72066010.080.7230510014.12
Hex4804206484813164e
Octal110010201441011046114416
Binary100100001000010011001001000100100010011000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480042; }

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

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

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

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

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

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

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

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