Html Css Color HEX #410241 Mardi Gras

📋 copy color: '#410241'

red 65 ◦ green 2 ◦ blue 65

#410241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #410241

Tints of Mardi Gras #410241

RGB

 RED value IS 65 (25.78% from 255) = 49.24%

 GREEN value IS 2 (1.17% from 255) = 1.52%

 BLUE value IS 65 (25.78% from 255) = 49.24%

R = 49.24%
G = 1.52%
B = 49.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#410241 (or 0x410241) is known color: Mardi Gras. HEX triplet: 41, 02 and 41. RGB value is (65,2,65). Sum of RGB (Red+Green+Blue) = 65+2+65=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #410241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410241 is #BEFDBE. Grayscale: #1B1B1B. Windows color (decimal): -12516799 or 4260417. OLE color: 4260417.

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

Color convert

RGB 65 2 65 -
CMYK 0 0.97 0 0.75
HSL 300º 0.94% 0.13% -
HSV(B) 300º 0.97% 0.25% -
XYZ 3.16 1.55 5.13 -
YUV 28.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 65 2 65 0 0.97 0 0.75 300 0.94 0.13
Hex 41 2 41 0 61 0 4B 12C 5E D
Octal 101 2 101 0 141 0 113 454 136 15
Binary 1000001 10 1000001 0 1100001 0 1001011 100101100 1011110 1101

Color Harmonies of #410241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410241

Black with #410241

Text Example


Text Example

White with #410241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410241; }

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

 H1.HeaderClassName
 {
   color: #410241;
 }
 .AnyTagClassName
 {
   color: #410241;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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