Html Css Color HEX #411440 Mardi Gras

📋 copy color: '#411440'

red 65 ◦ green 20 ◦ blue 64

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

Shades of Mardi Gras #411440

Tints of Mardi Gras #411440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.42%

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

R = 43.62%
G = 13.42%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#411440 (or 0x411440) is known color: Mardi Gras. HEX triplet: 41, 14 and 40. RGB value is (65,20,64). Sum of RGB (Red+Green+Blue) = 65+20+64=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #411440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411440 is #BEEBBF. Grayscale: #262626. Windows color (decimal): -12512192 or 4199489. OLE color: 4199489.

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

Color convert

RGB 65 20 64 -
CMYK 0 0.69 0.02 0.75
HSL 301.33º 0.53% 0.17% -
HSV(B) 301.33º 0.69% 0.25% -
XYZ 3.36 1.99 5.06 -
YUV 38.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 65 20 64 0 0.69 0.02 0.75 301.33 0.53 0.17
Hex 41 14 40 0 45 2 4B 12D 35 11
Octal 101 24 100 0 105 2 113 455 65 21
Binary 1000001 10100 1000000 0 1000101 10 1001011 100101101 110101 10001

Color Harmonies of #411440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411440

Black with #411440

Text Example


Text Example

White with #411440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411440; }

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

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

background-color css

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

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

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

border-color css

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

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

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