Html Css Color HEX #412140 Mardi Gras

📋 copy color: '#412140'

red 65 ◦ green 33 ◦ blue 64

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

Shades of Mardi Gras #412140

Tints of Mardi Gras #412140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.37%

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

R = 40.12%
G = 20.37%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#412140 (or 0x412140) is known color: Mardi Gras. HEX triplet: 41, 21 and 40. RGB value is (65,33,64). Sum of RGB (Red+Green+Blue) = 65+33+64=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #412140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412140 is #BEDEBF. Grayscale: #2E2E2E. Windows color (decimal): -12508864 or 4202817. OLE color: 4202817.

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

Color convert

RGB 65 33 64 -
CMYK 0 0.49 0.02 0.75
HSL 301.88º 0.33% 0.19% -
HSV(B) 301.88º 0.49% 0.25% -
XYZ 3.65 2.58 5.16 -
YUV 46.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 65 33 64 0 0.49 0.02 0.75 301.88 0.33 0.19
Hex 41 21 40 0 31 2 4B 12E 21 13
Octal 101 41 100 0 61 2 113 456 41 23
Binary 1000001 100001 1000000 0 110001 10 1001011 100101110 100001 10011

Color Harmonies of #412140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412140

Black with #412140

Text Example


Text Example

White with #412140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412140; }

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

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

background-color css

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

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

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

border-color css

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

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

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