#410247

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

Shades of Mardi Gras #410247

Tints of Mardi Gras #410247

Color information

#410247 (or 0x410247) is unknown color: approx Mardi Gras. HEX triplet: 41, 02 and 47. RGB value is (65,2,71). Sum of RGB (Red+Green+Blue) = 65+2+71=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #410247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410247 is #BEFDB8. Grayscale: #1C1C1C. Windows color (decimal): -12516793 or 4653633. OLE color: 4653633.

HSL color Cylindrical-coordinate representation of color #410247: hue angle of 294.78º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410247 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB65271-
CMYK0.080.9700.72
HSL294.78º94.52%14.31%-
HSV(B)294.78º97.18%27.84%-
XYZ3.341.626.1-
YUV28.7151.87153.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 71 (28.12% from 255) = 51.45%
R=47.10%
G=1.45%
B=51.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal652710.080.9700.72294.7894.5214.31
Hex412478610481275fe
Octal101210710141011044713716
Binary1000001101000111100011000010100100010010011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410247; }

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

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

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

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

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

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

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

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