Html Css Color HEX #421A45 Mardi Gras

📋 copy color: '#421A45'

red 66 ◦ green 26 ◦ blue 69

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

Shades of Mardi Gras #421A45

Tints of Mardi Gras #421A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 42.86%

R = 40.99%
G = 16.15%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421A45 (or 0x421A45) is known color: Mardi Gras. HEX triplet: 42, 1A and 45. RGB value is (66,26,69). Sum of RGB (Red+Green+Blue) = 66+26+69=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 69 - color contains mainly: blue. Hex color #421A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A45 is #BDE5BA. Grayscale: #2A2A2A. Windows color (decimal): -12445115 or 4528706. OLE color: 4528706.

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

Color convert

RGB 66 26 69 -
CMYK 0.04 0.62 0 0.73
HSL 295.81º 0.45% 0.19% -
HSV(B) 295.81º 0.62% 0.27% -
XYZ 3.69 2.33 5.88 -
YUV 42.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 66 26 69 0.04 0.62 0 0.73 295.81 0.45 0.19
Hex 42 1A 45 4 3E 0 49 128 2D 13
Octal 102 32 105 4 76 0 111 450 55 23
Binary 1000010 11010 1000101 100 111110 0 1001001 100101000 101101 10011

Color Harmonies of #421A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A45

Black with #421A45

Text Example


Text Example

White with #421A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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