Html Css Color HEX #421947 Mardi Gras

📋 copy color: '#421947'

red 66 ◦ green 25 ◦ blue 71

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

Shades of Mardi Gras #421947

Tints of Mardi Gras #421947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

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

R = 40.74%
G = 15.43%
B = 43.83%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#421947 (or 0x421947) is known color: Mardi Gras. HEX triplet: 42, 19 and 47. RGB value is (66,25,71). Sum of RGB (Red+Green+Blue) = 66+25+71=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #421947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421947 is #BDE6B8. Grayscale: #2A2A2A. Windows color (decimal): -12445369 or 4659522. OLE color: 4659522.

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

Color convert

RGB 66 25 71 -
CMYK 0.07 0.65 0 0.72
HSL 293.48º 0.48% 0.19% -
HSV(B) 293.48º 0.65% 0.28% -
XYZ 3.73 2.31 6.21 -
YUV 42.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 66 25 71 0.07 0.65 0 0.72 293.48 0.48 0.19
Hex 42 19 47 7 41 0 48 125 30 13
Octal 102 31 107 7 101 0 110 445 60 23
Binary 1000010 11001 1000111 111 1000001 0 1001000 100100101 110000 10011

Color Harmonies of #421947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421947

Black with #421947

Text Example


Text Example

White with #421947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421947; }

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

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

background-color css

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

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

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

border-color css

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

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

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