#430B47

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

Shades of Mardi Gras #430B47

Tints of Mardi Gras #430B47

Color information

#430B47 (or 0x430B47) is unknown color: approx Mardi Gras. HEX triplet: 43, 0B and 47. RGB value is (67,11,71). Sum of RGB (Red+Green+Blue) = 67+11+71=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #430B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B47 is #BCF4B8. Grayscale: #222222. Windows color (decimal): -12383417 or 4655939. OLE color: 4655939.

HSL color Cylindrical-coordinate representation of color #430B47: hue angle of 296º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430B47 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB671171-
CMYK0.060.8500.72
HSL296º73.17%16.08%-
HSV(B)296º84.51%27.84%-
XYZ3.571.896.14-
YUV34.58148.55151.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.97%
GREEN value IS 11 (4.69% from 255) = 7.38%
BLUE value IS 71 (28.12% from 255) = 47.65%
R=44.97%
G=7.38%
B=47.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6711710.060.8500.7229673.1716.08
Hex43B476550481284910
Octal103131076125011045011120
Binary100001110111000111110101010101001000100101000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430B47; }

 p { color: rgb(67,11,71); }

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

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

 a { background-color: rgb(67,11,71); }

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

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

 span { border-color: rgb(67,11,71); }

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