Html Css Color HEX #42043F Mardi Gras

📋 copy color: '#42043F'

red 66 ◦ green 4 ◦ blue 63

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

Shades of Mardi Gras #42043F

Tints of Mardi Gras #42043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 47.37%

R = 49.62%
G = 3.01%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#42043F (or 0x42043F) is known color: Mardi Gras. HEX triplet: 42, 04 and 3F. RGB value is (66,4,63). Sum of RGB (Red+Green+Blue) = 66+4+63=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42043F is #BDFBC0. Grayscale: #1D1D1D. Windows color (decimal): -12450753 or 4129858. OLE color: 4129858.

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

Color convert

RGB 66 4 63 -
CMYK 0 0.94 0.05 0.74
HSL 302.9º 0.89% 0.14% -
HSV(B) 302.9º 0.94% 0.26% -
XYZ 3.19 1.6 4.84 -
YUV 29.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 66 4 63 0 0.94 0.05 0.74 302.9 0.89 0.14
Hex 42 4 3F 0 5E 5 4A 12F 59 E
Octal 102 4 77 0 136 5 112 457 131 16
Binary 1000010 100 111111 0 1011110 101 1001010 100101111 1011001 1110

Color Harmonies of #42043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42043F

Black with #42043F

Text Example


Text Example

White with #42043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42043F; }

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

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

background-color css

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

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

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

border-color css

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

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

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