Html Css Color HEX #410440 Mardi Gras

📋 copy color: '#410440'

red 65 ◦ green 4 ◦ blue 64

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

Shades of Mardi Gras #410440

Tints of Mardi Gras #410440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

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

R = 48.87%
G = 3.01%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#410440 (or 0x410440) is known color: Mardi Gras. HEX triplet: 41, 04 and 40. RGB value is (65,4,64). Sum of RGB (Red+Green+Blue) = 65+4+64=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #410440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410440 is #BEFBBF. Grayscale: #1C1C1C. Windows color (decimal): -12516288 or 4195393. OLE color: 4195393.

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

Color convert

RGB 65 4 64 -
CMYK 0 0.94 0.02 0.75
HSL 300.98º 0.88% 0.14% -
HSV(B) 300.98º 0.94% 0.25% -
XYZ 3.15 1.58 4.99 -
YUV 29.08 147.71 153.62 -
System Red Green Blue C M Y K H S L
Decimal 65 4 64 0 0.94 0.02 0.75 300.98 0.88 0.14
Hex 41 4 40 0 5E 2 4B 12D 58 E
Octal 101 4 100 0 136 2 113 455 130 16
Binary 1000001 100 1000000 0 1011110 10 1001011 100101101 1011000 1110

Color Harmonies of #410440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410440

Black with #410440

Text Example


Text Example

White with #410440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410440; }

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

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

background-color css

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

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

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

border-color css

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

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

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