Html Css Color HEX #421144 Mardi Gras

📋 copy color: '#421144'

red 66 ◦ green 17 ◦ blue 68

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

Shades of Mardi Gras #421144

Tints of Mardi Gras #421144

RGB

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

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

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

R = 43.71%
G = 11.26%
B = 45.03%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421144 (or 0x421144) is known color: Mardi Gras. HEX triplet: 42, 11 and 44. RGB value is (66,17,68). Sum of RGB (Red+Green+Blue) = 66+17+68=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 68 - color contains mainly: blue. Hex color #421144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421144 is #BDEEBB. Grayscale: #252525. Windows color (decimal): -12447420 or 4460866. OLE color: 4460866.

HSL color Cylindrical-coordinate representation of color #421144: hue angle of 297.65º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421144 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 17 68 -
CMYK 0.03 0.75 0 0.73
HSL 297.65º 0.6% 0.17% -
HSV(B) 297.65º 0.75% 0.27% -
XYZ 3.49 1.98 5.67 -
YUV 37.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 66 17 68 0.03 0.75 0 0.73 297.65 0.6 0.17
Hex 42 11 44 3 4B 0 49 12A 3C 11
Octal 102 21 104 3 113 0 111 452 74 21
Binary 1000010 10001 1000100 11 1001011 0 1001001 100101010 111100 10001

Color Harmonies of #421144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421144

Black with #421144

Text Example


Text Example

White with #421144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421144; }

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

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

background-color css

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

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

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

border-color css

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

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

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