Html Css Color HEX #480147 Mardi Gras

📋 copy color: '#480147'

red 72 ◦ green 1 ◦ blue 71

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

Shades of Mardi Gras #480147

Tints of Mardi Gras #480147

RGB

 RED value IS 72 (28.52% from 255) = 50%

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

 BLUE value IS 71 (28.13% from 255) = 49.31%

R = 50%
G = 0.69%
B = 49.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#480147 (or 0x480147) is known color: Mardi Gras. HEX triplet: 48, 01 and 47. RGB value is (72,1,71). Sum of RGB (Red+Green+Blue) = 72+1+71=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #480147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480147 is #B7FEB8. Grayscale: #1D1D1D. Windows color (decimal): -12058297 or 4653384. OLE color: 4653384.

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

Color convert

RGB 72 1 71 -
CMYK 0 0.99 0.01 0.72
HSL 300.85º 0.97% 0.14% -
HSV(B) 300.85º 0.99% 0.28% -
XYZ 3.82 1.85 6.12 -
YUV 30.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 72 1 71 0 0.99 0.01 0.72 300.85 0.97 0.14
Hex 48 1 47 0 63 1 48 12D 61 E
Octal 110 1 107 0 143 1 110 455 141 16
Binary 1001000 1 1000111 0 1100011 1 1001000 100101101 1100001 1110

Color Harmonies of #480147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480147

Black with #480147

Text Example


Text Example

White with #480147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480147; }

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

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

background-color css

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

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

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

border-color css

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

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

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