Html Css Color HEX #420441 Mardi Gras

📋 copy color: '#420441'

red 66 ◦ green 4 ◦ blue 65

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

Shades of Mardi Gras #420441

Tints of Mardi Gras #420441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 48.15%

R = 48.89%
G = 2.96%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#420441 (or 0x420441) is known color: Mardi Gras. HEX triplet: 42, 04 and 41. RGB value is (66,4,65). Sum of RGB (Red+Green+Blue) = 66+4+65=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #420441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420441 is #BDFBBE. Grayscale: #1D1D1D. Windows color (decimal): -12450751 or 4260930. OLE color: 4260930.

HSL color Cylindrical-coordinate representation of color #420441: hue angle of 300.97º 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 #420441 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 4 65 -
CMYK 0 0.94 0.02 0.74
HSL 300.97º 0.89% 0.14% -
HSV(B) 300.97º 0.94% 0.26% -
XYZ 3.24 1.63 5.14 -
YUV 29.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 66 4 65 0 0.94 0.02 0.74 300.97 0.89 0.14
Hex 42 4 41 0 5E 2 4A 12D 59 E
Octal 102 4 101 0 136 2 112 455 131 16
Binary 1000010 100 1000001 0 1011110 10 1001010 100101101 1011001 1110

Color Harmonies of #420441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420441

Black with #420441

Text Example


Text Example

White with #420441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420441; }

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

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

background-color css

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

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

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

border-color css

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

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

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