Html Css Color HEX #421447 Mardi Gras

📋 copy color: '#421447'

red 66 ◦ green 20 ◦ blue 71

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

Shades of Mardi Gras #421447

Tints of Mardi Gras #421447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

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

R = 42.04%
G = 12.74%
B = 45.22%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#421447 (or 0x421447) is known color: Mardi Gras. HEX triplet: 42, 14 and 47. RGB value is (66,20,71). Sum of RGB (Red+Green+Blue) = 66+20+71=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #421447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421447 is #BDEBB8. Grayscale: #272727. Windows color (decimal): -12446649 or 4658242. OLE color: 4658242.

HSL color Cylindrical-coordinate representation of color #421447: hue angle of 294.12º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #421447 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 20 71 -
CMYK 0.07 0.72 0 0.72
HSL 294.12º 0.56% 0.18% -
HSV(B) 294.12º 0.72% 0.28% -
XYZ 3.63 2.11 6.18 -
YUV 39.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 66 20 71 0.07 0.72 0 0.72 294.12 0.56 0.18
Hex 42 14 47 7 48 0 48 126 38 12
Octal 102 24 107 7 110 0 110 446 70 22
Binary 1000010 10100 1000111 111 1001000 0 1001000 100100110 111000 10010

Color Harmonies of #421447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421447

Black with #421447

Text Example


Text Example

White with #421447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421447; }

 p { color: rgb(66,20,71); }

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

background-color css

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

 a { background-color: rgb(66,20,71); }

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

border-color css

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

 span { border-color: rgb(66,20,71); }

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