Html Css Color HEX #411039 Mardi Gras

📋 copy color: '#411039'

red 65 ◦ green 16 ◦ blue 57

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

Shades of Mardi Gras #411039

Tints of Mardi Gras #411039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

 BLUE value IS 57 (22.66% from 255) = 41.3%

R = 47.1%
G = 11.59%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#411039 (or 0x411039) is known color: Mardi Gras. HEX triplet: 41, 10 and 39. RGB value is (65,16,57). Sum of RGB (Red+Green+Blue) = 65+16+57=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #411039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411039 is #BEEFC6. Grayscale: #232323. Windows color (decimal): -12513223 or 3739713. OLE color: 3739713.

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

Color convert

RGB 65 16 57 -
CMYK 0 0.75 0.12 0.75
HSL 309.8º 0.6% 0.16% -
HSV(B) 309.8º 0.75% 0.25% -
XYZ 3.1 1.79 4.05 -
YUV 35.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 65 16 57 0 0.75 0.12 0.75 309.8 0.6 0.16
Hex 41 10 39 0 4B C 4B 136 3C 10
Octal 101 20 71 0 113 14 113 466 74 20
Binary 1000001 10000 111001 0 1001011 1100 1001011 100110110 111100 10000

Color Harmonies of #411039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411039

Black with #411039

Text Example


Text Example

White with #411039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411039; }

 p { color: rgb(65,16,57); }

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

background-color css

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

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

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

border-color css

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

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

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