#431248

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

Shades of Mardi Gras #431248

Tints of Mardi Gras #431248

Color information

#431248 (or 0x431248) is unknown color: approx Mardi Gras. HEX triplet: 43, 12 and 48. RGB value is (67,18,72). Sum of RGB (Red+Green+Blue) = 67+18+72=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #431248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431248 is #BCEDB7. Grayscale: #262626. Windows color (decimal): -12381624 or 4723267. OLE color: 4723267.

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

Color convert

RGB671872-
CMYK0.070.7500.72
HSL294.44º60%17.65%-
HSV(B)294.44º75%28.24%-
XYZ3.72.096.34-
YUV38.81146.73148.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.68%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=42.68%
G=11.46%
B=45.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6718720.070.7500.72294.446017.65
Hex43124874B0481263c12
Octal10322110711301104467422
Binary100001110010100100011110010110100100010010011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431248; }

 p { color: rgb(67,18,72); }

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

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

 a { background-color: rgb(67,18,72); }

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

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

 span { border-color: rgb(67,18,72); }

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