Html Css Color HEX #421D46 Mardi Gras

📋 copy color: '#421D46'

red 66 ◦ green 29 ◦ blue 70

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

Shades of Mardi Gras #421D46

Tints of Mardi Gras #421D46

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.58%

 BLUE value IS 70 (27.73% from 255) = 42.42%

R = 40%
G = 17.58%
B = 42.42%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#421D46 (or 0x421D46) is known color: Mardi Gras. HEX triplet: 42, 1D and 46. RGB value is (66,29,70). Sum of RGB (Red+Green+Blue) = 66+29+70=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #421D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D46 is #BDE2B9. Grayscale: #2C2C2C. Windows color (decimal): -12444346 or 4595010. OLE color: 4595010.

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

Color convert

RGB 66 29 70 -
CMYK 0.06 0.59 0 0.73
HSL 294.15º 0.41% 0.19% -
HSV(B) 294.15º 0.59% 0.27% -
XYZ 3.79 2.48 6.07 -
YUV 44.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 66 29 70 0.06 0.59 0 0.73 294.15 0.41 0.19
Hex 42 1D 46 6 3B 0 49 126 29 13
Octal 102 35 106 6 73 0 111 446 51 23
Binary 1000010 11101 1000110 110 111011 0 1001001 100100110 101001 10011

Color Harmonies of #421D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D46

Black with #421D46

Text Example


Text Example

White with #421D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,29,70); }

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

background-color css

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

 a { background-color: rgb(66,29,70); }

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

border-color css

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

 span { border-color: rgb(66,29,70); }

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