Html Css Color HEX #421A41 Mardi Gras

📋 copy color: '#421A41'

red 66 ◦ green 26 ◦ blue 65

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

Shades of Mardi Gras #421A41

Tints of Mardi Gras #421A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

 BLUE value IS 65 (25.78% from 255) = 41.4%

R = 42.04%
G = 16.56%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#421A41 (or 0x421A41) is known color: Mardi Gras. HEX triplet: 42, 1A and 41. RGB value is (66,26,65). Sum of RGB (Red+Green+Blue) = 66+26+65=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #421A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A41 is #BDE5BE. Grayscale: #2A2A2A. Windows color (decimal): -12445119 or 4266562. OLE color: 4266562.

HSL color Cylindrical-coordinate representation of color #421A41: hue angle of 301.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421A41 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 26 65 -
CMYK 0 0.61 0.02 0.74
HSL 301.5º 0.43% 0.18% -
HSV(B) 301.5º 0.61% 0.26% -
XYZ 3.57 2.28 5.25 -
YUV 42.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 66 26 65 0 0.61 0.02 0.74 301.5 0.43 0.18
Hex 42 1A 41 0 3D 2 4A 12E 2B 12
Octal 102 32 101 0 75 2 112 456 53 22
Binary 1000010 11010 1000001 0 111101 10 1001010 100101110 101011 10010

Color Harmonies of #421A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A41

Black with #421A41

Text Example


Text Example

White with #421A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,26,65); }

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

background-color css

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

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

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

border-color css

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

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

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