Html Css Color HEX #421A43 Mardi Gras

📋 copy color: '#421A43'

red 66 ◦ green 26 ◦ blue 67

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

Shades of Mardi Gras #421A43

Tints of Mardi Gras #421A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 42.14%

R = 41.51%
G = 16.35%
B = 42.14%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#421A43 (or 0x421A43) is known color: Mardi Gras. HEX triplet: 42, 1A and 43. RGB value is (66,26,67). Sum of RGB (Red+Green+Blue) = 66+26+67=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 67 - color contains mainly: blue. Hex color #421A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A43 is #BDE5BC. Grayscale: #2A2A2A. Windows color (decimal): -12445117 or 4397634. OLE color: 4397634.

HSL color Cylindrical-coordinate representation of color #421A43: hue angle of 298.54º degrees, saturation: 0.44, 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 #421A43 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 26 67 -
CMYK 0.01 0.61 0 0.74
HSL 298.54º 0.44% 0.18% -
HSV(B) 298.54º 0.61% 0.26% -
XYZ 3.63 2.3 5.56 -
YUV 42.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 66 26 67 0.01 0.61 0 0.74 298.54 0.44 0.18
Hex 42 1A 43 1 3D 0 4A 12B 2C 12
Octal 102 32 103 1 75 0 112 453 54 22
Binary 1000010 11010 1000011 1 111101 0 1001010 100101011 101100 10010

Color Harmonies of #421A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A43

Black with #421A43

Text Example


Text Example

White with #421A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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