Html Css Color HEX #410240 Mardi Gras

📋 copy color: '#410240'

red 65 ◦ green 2 ◦ blue 64

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

Shades of Mardi Gras #410240

Tints of Mardi Gras #410240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

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

R = 49.62%
G = 1.53%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#410240 (or 0x410240) is known color: Mardi Gras. HEX triplet: 41, 02 and 40. RGB value is (65,2,64). Sum of RGB (Red+Green+Blue) = 65+2+64=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #410240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410240 is #BEFDBF. Grayscale: #1B1B1B. Windows color (decimal): -12516800 or 4194881. OLE color: 4194881.

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

Color convert

RGB 65 2 64 -
CMYK 0 0.97 0.02 0.75
HSL 300.95º 0.94% 0.13% -
HSV(B) 300.95º 0.97% 0.25% -
XYZ 3.13 1.54 4.98 -
YUV 27.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 65 2 64 0 0.97 0.02 0.75 300.95 0.94 0.13
Hex 41 2 40 0 61 2 4B 12D 5E D
Octal 101 2 100 0 141 2 113 455 136 15
Binary 1000001 10 1000000 0 1100001 10 1001011 100101101 1011110 1101

Color Harmonies of #410240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410240

Black with #410240

Text Example


Text Example

White with #410240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410240; }

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

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

background-color css

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

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

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

border-color css

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

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

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