#430048

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

Shades of Mardi Gras #430048

Tints of Mardi Gras #430048

Color information

#430048 (or 0x430048) is unknown color: approx Mardi Gras. HEX triplet: 43, 00 and 48. RGB value is (67,0,72). Sum of RGB (Red+Green+Blue) = 67+0+72=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #430048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430048 is #BCFFB7. Grayscale: #1C1C1C. Windows color (decimal): -12386232 or 4718659. OLE color: 4718659.

HSL color Cylindrical-coordinate representation of color #430048: hue angle of 295.83º 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 #430048 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB67072-
CMYK0.07100.72
HSL295.83º100%14.12%-
HSV(B)295.83º100%28.24%-
XYZ3.481.666.27-
YUV28.24152.7155.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=48.20%
G=0%
B=51.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal670720.07100.72295.8310014.12
Hex4304876404812864e
Octal10301107144011045014416
Binary10000110100100011111001000100100010010100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430048; }

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

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

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

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

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

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

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

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