Html Css Color HEX #40043A Mardi Gras

📋 copy color: '#40043A'

red 64 ◦ green 4 ◦ blue 58

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

Shades of Mardi Gras #40043A

Tints of Mardi Gras #40043A

RGB

 RED value IS 64 (25.39% from 255) = 50.79%

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

 BLUE value IS 58 (23.05% from 255) = 46.03%

R = 50.79%
G = 3.17%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40043A (or 0x40043A) is known color: Mardi Gras. HEX triplet: 40, 04 and 3A. RGB value is (64,4,58). Sum of RGB (Red+Green+Blue) = 64+4+58=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40043A is #BFFBC5. Grayscale: #1B1B1B. Windows color (decimal): -12581830 or 3802176. OLE color: 3802176.

HSL color Cylindrical-coordinate representation of color #40043A: hue angle of 306º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40043A is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 4 58 -
CMYK 0 0.94 0.09 0.75
HSL 306º 0.88% 0.13% -
HSV(B) 306º 0.94% 0.25% -
XYZ 2.92 1.48 4.14 -
YUV 28.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 64 4 58 0 0.94 0.09 0.75 306 0.88 0.13
Hex 40 4 3A 0 5E 9 4B 132 58 D
Octal 100 4 72 0 136 11 113 462 130 15
Binary 1000000 100 111010 0 1011110 1001 1001011 100110010 1011000 1101

Color Harmonies of #40043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40043A

Black with #40043A

Text Example


Text Example

White with #40043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40043A; }

 p { color: rgb(64,4,58); }

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

background-color css

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

 a { background-color: rgb(64,4,58); }

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

border-color css

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

 span { border-color: rgb(64,4,58); }

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