Html Css Color HEX #421E45 Mardi Gras

📋 copy color: '#421E45'

red 66 ◦ green 30 ◦ blue 69

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

Shades of Mardi Gras #421E45

Tints of Mardi Gras #421E45

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.18%

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

R = 40%
G = 18.18%
B = 41.82%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421E45 (or 0x421E45) is known color: Mardi Gras. HEX triplet: 42, 1E and 45. RGB value is (66,30,69). Sum of RGB (Red+Green+Blue) = 66+30+69=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 69 - color contains mainly: blue. Hex color #421E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E45 is #BDE1BA. Grayscale: #2D2D2D. Windows color (decimal): -12444091 or 4529730. OLE color: 4529730.

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

Color convert

RGB 66 30 69 -
CMYK 0.04 0.57 0 0.73
HSL 295.38º 0.39% 0.19% -
HSV(B) 295.38º 0.57% 0.27% -
XYZ 3.79 2.52 5.92 -
YUV 45.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 66 30 69 0.04 0.57 0 0.73 295.38 0.39 0.19
Hex 42 1E 45 4 39 0 49 127 27 13
Octal 102 36 105 4 71 0 111 447 47 23
Binary 1000010 11110 1000101 100 111001 0 1001001 100100111 100111 10011

Color Harmonies of #421E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E45

Black with #421E45

Text Example


Text Example

White with #421E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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