Html Css Color HEX #421249 Mardi Gras

📋 copy color: '#421249'

red 66 ◦ green 18 ◦ blue 73

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

Shades of Mardi Gras #421249

Tints of Mardi Gras #421249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

 BLUE value IS 73 (28.91% from 255) = 46.5%

R = 42.04%
G = 11.46%
B = 46.5%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#421249 (or 0x421249) is known color: Mardi Gras. HEX triplet: 42, 12 and 49. RGB value is (66,18,73). Sum of RGB (Red+Green+Blue) = 66+18+73=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #421249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421249 is #BDEDB6. Grayscale: #262626. Windows color (decimal): -12447159 or 4788802. OLE color: 4788802.

HSL color Cylindrical-coordinate representation of color #421249: hue angle of 292.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421249 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 18 73 -
CMYK 0.10 0.75 0 0.71
HSL 292.36º 0.6% 0.18% -
HSV(B) 292.36º 0.75% 0.29% -
XYZ 3.67 2.07 6.51 -
YUV 38.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 66 18 73 0.10 0.75 0 0.71 292.36 0.6 0.18
Hex 42 12 49 A 4B 0 47 124 3C 12
Octal 102 22 111 12 113 0 107 444 74 22
Binary 1000010 10010 1001001 1010 1001011 0 1000111 100100100 111100 10010

Color Harmonies of #421249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421249

Black with #421249

Text Example


Text Example

White with #421249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421249; }

 p { color: rgb(66,18,73); }

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

background-color css

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

 a { background-color: rgb(66,18,73); }

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

border-color css

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

 span { border-color: rgb(66,18,73); }

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