Html Css Color HEX #480048 Mardi Gras

📋 copy color: '#480048'

red 72 ◦ green 0 ◦ blue 72

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

Shades of Mardi Gras #480048

Tints of Mardi Gras #480048

RGB

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

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

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#480048 (or 0x480048) is known color: Mardi Gras. HEX triplet: 48, 00 and 48. RGB value is (72,0,72). Sum of RGB (Red+Green+Blue) = 72+0+72=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #480048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480048 is #B7FFB7. Grayscale: #1D1D1D. Windows color (decimal): -12058552 or 4718664. OLE color: 4718664.

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

Color convert

RGB 72 0 72 -
CMYK 0 1 0 0.72
HSL 300º 1% 0.14% -
HSV(B) 300º 1% 0.28% -
XYZ 3.84 1.85 6.28 -
YUV 29.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 72 0 72 0 1 0 0.72 300 1 0.14
Hex 48 0 48 0 64 0 48 12C 64 E
Octal 110 0 110 0 144 0 110 454 144 16
Binary 1001000 0 1001000 0 1100100 0 1001000 100101100 1100100 1110

Color Harmonies of #480048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480048

Black with #480048

Text Example


Text Example

White with #480048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480048; }

 p { color: rgb(72,0,72); }

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

background-color css

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

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

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

border-color css

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

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

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