Html Css Color HEX #420649 Mardi Gras

📋 copy color: '#420649'

red 66 ◦ green 6 ◦ blue 73

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

Shades of Mardi Gras #420649

Tints of Mardi Gras #420649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.14%

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

R = 45.52%
G = 4.14%
B = 50.34%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#420649 (or 0x420649) is known color: Mardi Gras. HEX triplet: 42, 06 and 49. RGB value is (66,6,73). Sum of RGB (Red+Green+Blue) = 66+6+73=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #420649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420649 is #BDF9B6. Grayscale: #1F1F1F. Windows color (decimal): -12450231 or 4785730. OLE color: 4785730.

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

Color convert

RGB 66 6 73 -
CMYK 0.10 0.92 0 0.71
HSL 293.73º 0.85% 0.15% -
HSV(B) 293.73º 0.92% 0.29% -
XYZ 3.51 1.77 6.46 -
YUV 31.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 66 6 73 0.10 0.92 0 0.71 293.73 0.85 0.15
Hex 42 6 49 A 5C 0 47 126 55 F
Octal 102 6 111 12 134 0 107 446 125 17
Binary 1000010 110 1001001 1010 1011100 0 1000111 100100110 1010101 1111

Color Harmonies of #420649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420649

Black with #420649

Text Example


Text Example

White with #420649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420649; }

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

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

background-color css

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

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

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

border-color css

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

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

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