Html Css Color HEX #421747 Mardi Gras

📋 copy color: '#421747'

red 66 ◦ green 23 ◦ blue 71

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

Shades of Mardi Gras #421747

Tints of Mardi Gras #421747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 41.25%
G = 14.38%
B = 44.38%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#421747 (or 0x421747) is known color: Mardi Gras. HEX triplet: 42, 17 and 47. RGB value is (66,23,71). Sum of RGB (Red+Green+Blue) = 66+23+71=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #421747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421747 is #BDE8B8. Grayscale: #292929. Windows color (decimal): -12445881 or 4659010. OLE color: 4659010.

HSL color Cylindrical-coordinate representation of color #421747: hue angle of 293.75º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421747 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 23 71 -
CMYK 0.07 0.68 0 0.72
HSL 293.75º 0.51% 0.18% -
HSV(B) 293.75º 0.68% 0.28% -
XYZ 3.69 2.23 6.2 -
YUV 41.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 66 23 71 0.07 0.68 0 0.72 293.75 0.51 0.18
Hex 42 17 47 7 44 0 48 126 33 12
Octal 102 27 107 7 104 0 110 446 63 22
Binary 1000010 10111 1000111 111 1000100 0 1001000 100100110 110011 10010

Color Harmonies of #421747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421747

Black with #421747

Text Example


Text Example

White with #421747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421747; }

 p { color: rgb(66,23,71); }

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

background-color css

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

 a { background-color: rgb(66,23,71); }

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

border-color css

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

 span { border-color: rgb(66,23,71); }

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