Html Css Color HEX #410941 Mardi Gras

📋 copy color: '#410941'

red 65 ◦ green 9 ◦ blue 65

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

Shades of Mardi Gras #410941

Tints of Mardi Gras #410941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.47%

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

R = 46.76%
G = 6.47%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#410941 (or 0x410941) is known color: Mardi Gras. HEX triplet: 41, 09 and 41. RGB value is (65,9,65). Sum of RGB (Red+Green+Blue) = 65+9+65=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #410941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410941 is #BEF6BE. Grayscale: #1F1F1F. Windows color (decimal): -12515007 or 4262209. OLE color: 4262209.

HSL color Cylindrical-coordinate representation of color #410941: hue angle of 300º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #410941 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 9 65 -
CMYK 0 0.86 0 0.75
HSL 300º 0.76% 0.15% -
HSV(B) 300º 0.86% 0.25% -
XYZ 3.23 1.7 5.16 -
YUV 32.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 65 9 65 0 0.86 0 0.75 300 0.76 0.15
Hex 41 9 41 0 56 0 4B 12C 4C F
Octal 101 11 101 0 126 0 113 454 114 17
Binary 1000001 1001 1000001 0 1010110 0 1001011 100101100 1001100 1111

Color Harmonies of #410941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410941

Black with #410941

Text Example


Text Example

White with #410941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410941; }

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

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

background-color css

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

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

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

border-color css

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

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

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