Html Css Color HEX #42114A Mardi Gras

📋 copy color: '#42114A'

red 66 ◦ green 17 ◦ blue 74

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

Shades of Mardi Gras #42114A

Tints of Mardi Gras #42114A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.83%

 BLUE value IS 74 (29.3% from 255) = 47.13%

R = 42.04%
G = 10.83%
B = 47.13%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42114A (or 0x42114A) is known color: Mardi Gras. HEX triplet: 42, 11 and 4A. RGB value is (66,17,74). Sum of RGB (Red+Green+Blue) = 66+17+74=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #42114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42114A is #BDEEB5. Grayscale: #252525. Windows color (decimal): -12447414 or 4854082. OLE color: 4854082.

HSL color Cylindrical-coordinate representation of color #42114A: hue angle of 291.58º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42114A is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 17 74 -
CMYK 0.11 0.77 0 0.71
HSL 291.58º 0.63% 0.18% -
HSV(B) 291.58º 0.77% 0.29% -
XYZ 3.68 2.05 6.68 -
YUV 38.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 66 17 74 0.11 0.77 0 0.71 291.58 0.63 0.18
Hex 42 11 4A B 4D 0 47 124 3F 12
Octal 102 21 112 13 115 0 107 444 77 22
Binary 1000010 10001 1001010 1011 1001101 0 1000111 100100100 111111 10010

Color Harmonies of #42114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42114A

Black with #42114A

Text Example


Text Example

White with #42114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42114A; }

 p { color: rgb(66,17,74); }

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

background-color css

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

 a { background-color: rgb(66,17,74); }

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

border-color css

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

 span { border-color: rgb(66,17,74); }

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