Html Css Color HEX #411840 Mardi Gras

📋 copy color: '#411840'

red 65 ◦ green 24 ◦ blue 64

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

Shades of Mardi Gras #411840

Tints of Mardi Gras #411840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

 BLUE value IS 64 (25.39% from 255) = 41.83%

R = 42.48%
G = 15.69%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#411840 (or 0x411840) is known color: Mardi Gras. HEX triplet: 41, 18 and 40. RGB value is (65,24,64). Sum of RGB (Red+Green+Blue) = 65+24+64=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #411840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411840 is #BEE7BF. Grayscale: #282828. Windows color (decimal): -12511168 or 4200513. OLE color: 4200513.

HSL color Cylindrical-coordinate representation of color #411840: hue angle of 301.46º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #411840 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 24 64 -
CMYK 0 0.63 0.02 0.75
HSL 301.46º 0.46% 0.17% -
HSV(B) 301.46º 0.63% 0.25% -
XYZ 3.43 2.15 5.08 -
YUV 40.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 65 24 64 0 0.63 0.02 0.75 301.46 0.46 0.17
Hex 41 18 40 0 3F 2 4B 12D 2E 11
Octal 101 30 100 0 77 2 113 455 56 21
Binary 1000001 11000 1000000 0 111111 10 1001011 100101101 101110 10001

Color Harmonies of #411840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411840

Black with #411840

Text Example


Text Example

White with #411840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411840; }

 p { color: rgb(65,24,64); }

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

background-color css

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

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

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

border-color css

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

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

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