Html Css Color HEX #430049 Mardi Gras

📋 copy color: '#430049'

red 67 ◦ green 0 ◦ blue 73

#430049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #430049

Tints of Mardi Gras #430049

RGB

 RED value IS 67 (26.56% from 255) = 47.86%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 52.14%

R = 47.86%
G = 0%
B = 52.14%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#430049 (or 0x430049) is known color: Mardi Gras. HEX triplet: 43, 00 and 49. RGB value is (67,0,73). Sum of RGB (Red+Green+Blue) = 67+0+73=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #430049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430049 is #BCFFB6. Grayscale: #1C1C1C. Windows color (decimal): -12386231 or 4784195. OLE color: 4784195.

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

Color convert

RGB 67 0 73 -
CMYK 0.08 1 0 0.71
HSL 295.07º 1% 0.14% -
HSV(B) 295.07º 1% 0.29% -
XYZ 3.52 1.67 6.44 -
YUV 28.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 67 0 73 0.08 1 0 0.71 295.07 1 0.14
Hex 43 0 49 8 64 0 47 127 64 E
Octal 103 0 111 10 144 0 107 447 144 16
Binary 1000011 0 1001001 1000 1100100 0 1000111 100100111 1100100 1110

Color Harmonies of #430049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430049

Black with #430049

Text Example


Text Example

White with #430049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430049; }

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

 H1.HeaderClassName
 {
   color: #430049;
 }
 .AnyTagClassName
 {
   color: #430049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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