#410246

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

Shades of Mardi Gras #410246

Tints of Mardi Gras #410246

Color information

#410246 (or 0x410246) is unknown color: approx Mardi Gras. HEX triplet: 41, 02 and 46. RGB value is (65,2,70). Sum of RGB (Red+Green+Blue) = 65+2+70=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #410246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410246 is #BEFDB9. Grayscale: #1C1C1C. Windows color (decimal): -12516794 or 4588097. OLE color: 4588097.

HSL color Cylindrical-coordinate representation of color #410246: hue angle of 295.59º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410246 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB65270-
CMYK0.070.9700.73
HSL295.59º94.44%14.12%-
HSV(B)295.59º97.14%27.45%-
XYZ3.311.615.93-
YUV28.59151.37153.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 70 (27.73% from 255) = 51.09%
R=47.45%
G=1.46%
B=51.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal652700.070.9700.73295.5994.4414.12
Hex412467610491285ee
Octal10121067141011145013616
Binary100000110100011011111000010100100110010100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410246; }

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

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

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

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

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

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

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

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