Html Css Color HEX #420439 Mardi Gras

📋 copy color: '#420439'

red 66 ◦ green 4 ◦ blue 57

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

Shades of Mardi Gras #420439

Tints of Mardi Gras #420439

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.15%

 BLUE value IS 57 (22.66% from 255) = 44.88%

R = 51.97%
G = 3.15%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#420439 (or 0x420439) is known color: Mardi Gras. HEX triplet: 42, 04 and 39. RGB value is (66,4,57). Sum of RGB (Red+Green+Blue) = 66+4+57=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #420439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420439 is #BDFBC6. Grayscale: #1C1C1C. Windows color (decimal): -12450759 or 3736642. OLE color: 3736642.

HSL color Cylindrical-coordinate representation of color #420439: hue angle of 308.71º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420439 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 4 57 -
CMYK 0 0.94 0.14 0.74
HSL 308.71º 0.89% 0.14% -
HSV(B) 308.71º 0.94% 0.26% -
XYZ 3.03 1.54 4.01 -
YUV 28.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 66 4 57 0 0.94 0.14 0.74 308.71 0.89 0.14
Hex 42 4 39 0 5E E 4A 135 59 E
Octal 102 4 71 0 136 16 112 465 131 16
Binary 1000010 100 111001 0 1011110 1110 1001010 100110101 1011001 1110

Color Harmonies of #420439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420439

Black with #420439

Text Example


Text Example

White with #420439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420439; }

 p { color: rgb(66,4,57); }

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

background-color css

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

 a { background-color: rgb(66,4,57); }

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

border-color css

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

 span { border-color: rgb(66,4,57); }

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