Html Css Color HEX #470040 Mardi Gras

📋 copy color: '#470040'

red 71 ◦ green 0 ◦ blue 64

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

Shades of Mardi Gras #470040

Tints of Mardi Gras #470040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 47.41%

R = 52.59%
G = 0%
B = 47.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#470040 (or 0x470040) is known color: Mardi Gras. HEX triplet: 47, 00 and 40. RGB value is (71,0,64). Sum of RGB (Red+Green+Blue) = 71+0+64=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #470040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470040 is #B8FFBF. Grayscale: #1C1C1C. Windows color (decimal): -12124096 or 4194375. OLE color: 4194375.

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

Color convert

RGB 71 0 64 -
CMYK 0 1 0.10 0.72
HSL 305.92º 1% 0.14% -
HSV(B) 305.92º 1% 0.28% -
XYZ 3.52 1.71 4.99 -
YUV 28.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 71 0 64 0 1 0.10 0.72 305.92 1 0.14
Hex 47 0 40 0 64 A 48 132 64 E
Octal 107 0 100 0 144 12 110 462 144 16
Binary 1000111 0 1000000 0 1100100 1010 1001000 100110010 1100100 1110

Color Harmonies of #470040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470040

Black with #470040

Text Example


Text Example

White with #470040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470040; }

 p { color: rgb(71,0,64); }

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

background-color css

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

 a { background-color: rgb(71,0,64); }

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

border-color css

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

 span { border-color: rgb(71,0,64); }

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