Html Css Color HEX #421148 Mardi Gras

📋 copy color: '#421148'

red 66 ◦ green 17 ◦ blue 72

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

Shades of Mardi Gras #421148

Tints of Mardi Gras #421148

RGB

 RED value IS 66 (26.17% from 255) = 42.58%

 GREEN value IS 17 (7.03% from 255) = 10.97%

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

R = 42.58%
G = 10.97%
B = 46.45%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#421148 (or 0x421148) is known color: Mardi Gras. HEX triplet: 42, 11 and 48. RGB value is (66,17,72). Sum of RGB (Red+Green+Blue) = 66+17+72=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #421148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421148 is #BDEEB7. Grayscale: #252525. Windows color (decimal): -12447416 or 4723010. OLE color: 4723010.

HSL color Cylindrical-coordinate representation of color #421148: hue angle of 293.45º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421148 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 17 72 -
CMYK 0.08 0.76 0 0.72
HSL 293.45º 0.62% 0.17% -
HSV(B) 293.45º 0.76% 0.28% -
XYZ 3.62 2.03 6.33 -
YUV 37.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 66 17 72 0.08 0.76 0 0.72 293.45 0.62 0.17
Hex 42 11 48 8 4C 0 48 125 3E 11
Octal 102 21 110 10 114 0 110 445 76 21
Binary 1000010 10001 1001000 1000 1001100 0 1001000 100100101 111110 10001

Color Harmonies of #421148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421148

Black with #421148

Text Example


Text Example

White with #421148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421148; }

 p { color: rgb(66,17,72); }

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

background-color css

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

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

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

border-color css

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

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

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