#410146

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

Shades of Mardi Gras #410146

Tints of Mardi Gras #410146

Color information

#410146 (or 0x410146) is unknown color: approx Mardi Gras. HEX triplet: 41, 01 and 46. RGB value is (65,1,70). Sum of RGB (Red+Green+Blue) = 65+1+70=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #410146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410146 is #BEFEB9. Grayscale: #1B1B1B. Windows color (decimal): -12517050 or 4587841. OLE color: 4587841.

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

Color convert

RGB65170-
CMYK0.070.9900.73
HSL295.65º97.18%13.92%-
HSV(B)295.65º98.57%27.45%-
XYZ3.31.595.93-
YUV28151.7154.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 70 (27.73% from 255) = 51.47%
R=47.79%
G=0.74%
B=51.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal651700.070.9900.73295.6597.1813.92
Hex4114676304912861e
Octal10111067143011145014116
Binary10000011100011011111000110100100110010100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410146; }

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

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

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

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

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

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

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

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