Html Css Color HEX #480144 Mardi Gras

📋 copy color: '#480144'

red 72 ◦ green 1 ◦ blue 68

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

Shades of Mardi Gras #480144

Tints of Mardi Gras #480144

RGB

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

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

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

R = 51.06%
G = 0.71%
B = 48.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#480144 (or 0x480144) is known color: Mardi Gras. HEX triplet: 48, 01 and 44. RGB value is (72,1,68). Sum of RGB (Red+Green+Blue) = 72+1+68=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #480144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480144 is #B7FEBB. Grayscale: #1D1D1D. Windows color (decimal): -12058300 or 4456776. OLE color: 4456776.

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

Color convert

RGB 72 1 68 -
CMYK 0 0.99 0.06 0.72
HSL 303.38º 0.97% 0.14% -
HSV(B) 303.38º 0.99% 0.28% -
XYZ 3.73 1.82 5.62 -
YUV 29.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 72 1 68 0 0.99 0.06 0.72 303.38 0.97 0.14
Hex 48 1 44 0 63 6 48 12F 61 E
Octal 110 1 104 0 143 6 110 457 141 16
Binary 1001000 1 1000100 0 1100011 110 1001000 100101111 1100001 1110

Color Harmonies of #480144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480144

Black with #480144

Text Example


Text Example

White with #480144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480144; }

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

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

background-color css

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

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

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

border-color css

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

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

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