Html Css Color HEX #421F42 Mardi Gras

📋 copy color: '#421F42'

red 66 ◦ green 31 ◦ blue 66

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

Shades of Mardi Gras #421F42

Tints of Mardi Gras #421F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.02%

 BLUE value IS 66 (26.17% from 255) = 40.49%

R = 40.49%
G = 19.02%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#421F42 (or 0x421F42) is known color: Mardi Gras. HEX triplet: 42, 1F and 42. RGB value is (66,31,66). Sum of RGB (Red+Green+Blue) = 66+31+66=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #421F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F42 is #BDE0BD. Grayscale: #2D2D2D. Windows color (decimal): -12443838 or 4333378. OLE color: 4333378.

HSL color Cylindrical-coordinate representation of color #421F42: hue angle of 300º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F42 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 31 66 -
CMYK 0 0.53 0 0.74
HSL 300º 0.36% 0.19% -
HSV(B) 300º 0.53% 0.26% -
XYZ 3.72 2.53 5.45 -
YUV 45.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 66 31 66 0 0.53 0 0.74 300 0.36 0.19
Hex 42 1F 42 0 35 0 4A 12C 24 13
Octal 102 37 102 0 65 0 112 454 44 23
Binary 1000010 11111 1000010 0 110101 0 1001010 100101100 100100 10011

Color Harmonies of #421F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F42

Black with #421F42

Text Example


Text Example

White with #421F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421F42; }

 p { color: rgb(66,31,66); }

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

background-color css

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

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

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

border-color css

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

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

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