Html Css Color HEX #4A024D Mardi Gras

📋 copy color: '#4A024D'

red 74 ◦ green 2 ◦ blue 77

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

Shades of Mardi Gras #4A024D

Tints of Mardi Gras #4A024D

RGB

 RED value IS 74 (29.3% from 255) = 48.37%

 GREEN value IS 2 (1.17% from 255) = 1.31%

 BLUE value IS 77 (30.47% from 255) = 50.33%

R = 48.37%
G = 1.31%
B = 50.33%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4A024D (or 0x4A024D) is known color: Mardi Gras. HEX triplet: 4A, 02 and 4D. RGB value is (74,2,77). Sum of RGB (Red+Green+Blue) = 74+2+77=153 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.37% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A024D is #B5FDB2. Grayscale: #1F1F1F. Windows color (decimal): -11926963 or 5046858. OLE color: 5046858.

HSL color Cylindrical-coordinate representation of color #4A024D: hue angle of 297.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A024D is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 74 2 77 -
CMYK 0.04 0.97 0 0.70
HSL 297.6º 0.95% 0.15% -
HSV(B) 297.6º 0.97% 0.3% -
XYZ 4.19 2.04 7.19 -
YUV 32.08 153.35 157.9 -
System Red Green Blue C M Y K H S L
Decimal 74 2 77 0.04 0.97 0 0.70 297.6 0.95 0.15
Hex 4A 2 4D 4 61 0 46 12A 5F F
Octal 112 2 115 4 141 0 106 452 137 17
Binary 1001010 10 1001101 100 1100001 0 1000110 100101010 1011111 1111

Color Harmonies of #4A024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A024D

Black with #4A024D

Text Example


Text Example

White with #4A024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A024D; }

 p { color: rgb(74,2,77); }

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

background-color css

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

 a { background-color: rgb(74,2,77); }

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

border-color css

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

 span { border-color: rgb(74,2,77); }

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