#40023A

Color #40023A Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #40023A

Tints of Mardi Gras #40023A

Color information

#40023A (or 0x40023A) is unknown color: approx Mardi Gras. HEX triplet: 40, 02 and 3A. RGB value is (64,2,58). Sum of RGB (Red+Green+Blue) = 64+2+58=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #40023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40023A is #BFFDC5. Grayscale: #1A1A1A. Windows color (decimal): -12582342 or 3801664. OLE color: 3801664.

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

Color convert

RGB64258-
CMYK00.970.090.75
HSL305.81º93.94%12.94%-
HSV(B)305.81º96.88%25.1%-
XYZ2.91.444.13-
YUV26.92145.54154.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 58 (23.05% from 255) = 46.77%
R=51.61%
G=1.61%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6425800.970.090.75305.8193.9412.94
Hex4023A06194B1325ed
Octal10027201411111346213615
Binary100000010111010011000011001100101110011001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40023A;
 }
 .AnyTagClassName
 {
   color: #40023A;
 }
</style>
background-color css

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

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

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

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

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

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