#410339

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

Shades of Mardi Gras #410339

Tints of Mardi Gras #410339

Color information

#410339 (or 0x410339) is unknown color: approx Mardi Gras. HEX triplet: 41, 03 and 39. RGB value is (65,3,57). Sum of RGB (Red+Green+Blue) = 65+3+57=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #410339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410339 is #BEFCC6. Grayscale: #1B1B1B. Windows color (decimal): -12516551 or 3736385. OLE color: 3736385.

HSL color Cylindrical-coordinate representation of color #410339: hue angle of 307.74º 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 #410339 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB65357-
CMYK00.950.120.75
HSL307.74º91.18%13.33%-
HSV(B)307.74º95.38%25.49%-
XYZ2.951.484-
YUV27.69144.54154.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 57 (22.66% from 255) = 45.6%
R=52%
G=2.4%
B=45.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6535700.950.120.75307.7491.1813.33
Hex4133905FC4B1345bd
Octal10137101371411346413315
Binary100000111111001010111111100100101110011010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410339; }

 p { color: rgb(65,3,57); }

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

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

 a { background-color: rgb(65,3,57); }

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

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

 span { border-color: rgb(65,3,57); }

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