#420248

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

Shades of Mardi Gras #420248

Tints of Mardi Gras #420248

Color information

#420248 (or 0x420248) is unknown color: approx Mardi Gras. HEX triplet: 42, 02 and 48. RGB value is (66,2,72). Sum of RGB (Red+Green+Blue) = 66+2+72=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #420248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420248 is #BDFDB7. Grayscale: #1C1C1C. Windows color (decimal): -12451256 or 4719170. OLE color: 4719170.

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

Color convert

RGB66272-
CMYK0.080.9700.72
HSL294.86º94.59%14.51%-
HSV(B)294.86º97.22%28.24%-
XYZ3.441.676.27-
YUV29.12152.2154.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 72 (28.52% from 255) = 51.43%
R=47.14%
G=1.43%
B=51.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal662720.080.9700.72294.8694.5914.51
Hex422488610481275ff
Octal102211010141011044713717
Binary1000010101001000100011000010100100010010011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420248; }

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

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

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

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

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

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

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

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