Html Css Color HEX #470144 Mardi Gras

📋 copy color: '#470144'

red 71 ◦ green 1 ◦ blue 68

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

Shades of Mardi Gras #470144

Tints of Mardi Gras #470144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 68 (26.95% from 255) = 48.57%

R = 50.71%
G = 0.71%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#470144 (or 0x470144) is known color: Mardi Gras. HEX triplet: 47, 01 and 44. RGB value is (71,1,68). Sum of RGB (Red+Green+Blue) = 71+1+68=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #470144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470144 is #B8FEBB. Grayscale: #1D1D1D. Windows color (decimal): -12123836 or 4456775. OLE color: 4456775.

HSL color Cylindrical-coordinate representation of color #470144: hue angle of 302.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470144 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 68 -
CMYK 0 0.99 0.04 0.72
HSL 302.57º 0.97% 0.14% -
HSV(B) 302.57º 0.99% 0.28% -
XYZ 3.65 1.78 5.62 -
YUV 29.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 71 1 68 0 0.99 0.04 0.72 302.57 0.97 0.14
Hex 47 1 44 0 63 4 48 12F 61 E
Octal 107 1 104 0 143 4 110 457 141 16
Binary 1000111 1 1000100 0 1100011 100 1001000 100101111 1100001 1110

Color Harmonies of #470144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470144

Black with #470144

Text Example


Text Example

White with #470144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470144; }

 p { color: rgb(71,1,68); }

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

background-color css

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

 a { background-color: rgb(71,1,68); }

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

border-color css

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

 span { border-color: rgb(71,1,68); }

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