Html Css Color HEX #47024D Mardi Gras

📋 copy color: '#47024D'

red 71 ◦ green 2 ◦ blue 77

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

Shades of Mardi Gras #47024D

Tints of Mardi Gras #47024D

RGB

 RED value IS 71 (28.13% from 255) = 47.33%

 GREEN value IS 2 (1.17% from 255) = 1.33%

 BLUE value IS 77 (30.47% from 255) = 51.33%

R = 47.33%
G = 1.33%
B = 51.33%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47024D (or 0x47024D) is known color: Mardi Gras. HEX triplet: 47, 02 and 4D. RGB value is (71,2,77). Sum of RGB (Red+Green+Blue) = 71+2+77=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #47024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47024D is #B8FDB2. Grayscale: #1E1E1E. Windows color (decimal): -12123571 or 5046855. OLE color: 5046855.

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

Color convert

RGB 71 2 77 -
CMYK 0.08 0.97 0 0.70
HSL 295.2º 0.95% 0.15% -
HSV(B) 295.2º 0.97% 0.3% -
XYZ 3.96 1.92 7.18 -
YUV 31.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 71 2 77 0.08 0.97 0 0.70 295.2 0.95 0.15
Hex 47 2 4D 8 61 0 46 127 5F F
Octal 107 2 115 10 141 0 106 447 137 17
Binary 1000111 10 1001101 1000 1100001 0 1000110 100100111 1011111 1111

Color Harmonies of #47024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47024D

Black with #47024D

Text Example


Text Example

White with #47024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47024D; }

 p { color: rgb(71,2,77); }

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

background-color css

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

 a { background-color: rgb(71,2,77); }

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

border-color css

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

 span { border-color: rgb(71,2,77); }

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