#41023A

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

Shades of Mardi Gras #41023A

Tints of Mardi Gras #41023A

Color information

#41023A (or 0x41023A) is unknown color: approx Mardi Gras. HEX triplet: 41, 02 and 3A. RGB value is (65,2,58). Sum of RGB (Red+Green+Blue) = 65+2+58=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41023A is #BEFDC5. Grayscale: #1B1B1B. Windows color (decimal): -12516806 or 3801665. OLE color: 3801665.

HSL color Cylindrical-coordinate representation of color #41023A: hue angle of 306.67º 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 #41023A is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB65258-
CMYK00.970.110.75
HSL306.67º94.03%13.14%-
HSV(B)306.67º96.92%25.49%-
XYZ2.971.474.13-
YUV27.22145.37154.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=52%
G=1.6%
B=46.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6525800.970.110.75306.6794.0313.14
Hex4123A061B4B1335ed
Octal10127201411311346313615
Binary100000110111010011000011011100101110011001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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