Html Css Color HEX #40033A Mardi Gras

📋 copy color: '#40033A'

red 64 ◦ green 3 ◦ blue 58

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

Shades of Mardi Gras #40033A

Tints of Mardi Gras #40033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

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

R = 51.2%
G = 2.4%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40033A (or 0x40033A) is known color: Mardi Gras. HEX triplet: 40, 03 and 3A. RGB value is (64,3,58). Sum of RGB (Red+Green+Blue) = 64+3+58=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #40033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40033A is #BFFCC5. Grayscale: #1B1B1B. Windows color (decimal): -12582086 or 3801920. OLE color: 3801920.

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

Color convert

RGB 64 3 58 -
CMYK 0 0.95 0.09 0.75
HSL 305.9º 0.91% 0.13% -
HSV(B) 305.9º 0.95% 0.25% -
XYZ 2.91 1.46 4.13 -
YUV 27.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 64 3 58 0 0.95 0.09 0.75 305.9 0.91 0.13
Hex 40 3 3A 0 5F 9 4B 132 5B D
Octal 100 3 72 0 137 11 113 462 133 15
Binary 1000000 11 111010 0 1011111 1001 1001011 100110010 1011011 1101

Color Harmonies of #40033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40033A

Black with #40033A

Text Example


Text Example

White with #40033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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