Html Css Color HEX #40063E Mardi Gras

📋 copy color: '#40063E'

red 64 ◦ green 6 ◦ blue 62

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

Shades of Mardi Gras #40063E

Tints of Mardi Gras #40063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.55%

 BLUE value IS 62 (24.61% from 255) = 46.97%

R = 48.48%
G = 4.55%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#40063E (or 0x40063E) is known color: Mardi Gras. HEX triplet: 40, 06 and 3E. RGB value is (64,6,62). Sum of RGB (Red+Green+Blue) = 64+6+62=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40063E is #BFF9C1. Grayscale: #1D1D1D. Windows color (decimal): -12581314 or 4064832. OLE color: 4064832.

HSL color Cylindrical-coordinate representation of color #40063E: hue angle of 302.07º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40063E is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 6 62 -
CMYK 0 0.91 0.03 0.75
HSL 302.07º 0.83% 0.14% -
HSV(B) 302.07º 0.91% 0.25% -
XYZ 3.05 1.57 4.7 -
YUV 29.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 64 6 62 0 0.91 0.03 0.75 302.07 0.83 0.14
Hex 40 6 3E 0 5B 3 4B 12E 53 E
Octal 100 6 76 0 133 3 113 456 123 16
Binary 1000000 110 111110 0 1011011 11 1001011 100101110 1010011 1110

Color Harmonies of #40063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40063E

Black with #40063E

Text Example


Text Example

White with #40063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40063E; }

 p { color: rgb(64,6,62); }

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

background-color css

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

 a { background-color: rgb(64,6,62); }

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

border-color css

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

 span { border-color: rgb(64,6,62); }

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