Html Css Color HEX #421A44 Mardi Gras

📋 copy color: '#421A44'

red 66 ◦ green 26 ◦ blue 68

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

Shades of Mardi Gras #421A44

Tints of Mardi Gras #421A44

RGB

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

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

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

R = 41.25%
G = 16.25%
B = 42.5%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421A44 (or 0x421A44) is known color: Mardi Gras. HEX triplet: 42, 1A and 44. RGB value is (66,26,68). Sum of RGB (Red+Green+Blue) = 66+26+68=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 68 - color contains mainly: blue. Hex color #421A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A44 is #BDE5BB. Grayscale: #2A2A2A. Windows color (decimal): -12445116 or 4463170. OLE color: 4463170.

HSL color Cylindrical-coordinate representation of color #421A44: hue angle of 297.14º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421A44 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 26 68 -
CMYK 0.03 0.62 0 0.73
HSL 297.14º 0.45% 0.18% -
HSV(B) 297.14º 0.62% 0.27% -
XYZ 3.66 2.31 5.72 -
YUV 42.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 66 26 68 0.03 0.62 0 0.73 297.14 0.45 0.18
Hex 42 1A 44 3 3E 0 49 129 2D 12
Octal 102 32 104 3 76 0 111 451 55 22
Binary 1000010 11010 1000100 11 111110 0 1001001 100101001 101101 10010

Color Harmonies of #421A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A44

Black with #421A44

Text Example


Text Example

White with #421A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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