Html Css Color HEX #410439 Mardi Gras

📋 copy color: '#410439'

red 65 ◦ green 4 ◦ blue 57

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

Shades of Mardi Gras #410439

Tints of Mardi Gras #410439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 45.24%

R = 51.59%
G = 3.17%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#410439 (or 0x410439) is known color: Mardi Gras. HEX triplet: 41, 04 and 39. RGB value is (65,4,57). Sum of RGB (Red+Green+Blue) = 65+4+57=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #410439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410439 is #BEFBC6. Grayscale: #1C1C1C. Windows color (decimal): -12516295 or 3736641. OLE color: 3736641.

HSL color Cylindrical-coordinate representation of color #410439: hue angle of 307.87º 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 #410439 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 4 57 -
CMYK 0 0.94 0.12 0.75
HSL 307.87º 0.88% 0.14% -
HSV(B) 307.87º 0.94% 0.25% -
XYZ 2.96 1.51 4.01 -
YUV 28.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 65 4 57 0 0.94 0.12 0.75 307.87 0.88 0.14
Hex 41 4 39 0 5E C 4B 134 58 E
Octal 101 4 71 0 136 14 113 464 130 16
Binary 1000001 100 111001 0 1011110 1100 1001011 100110100 1011000 1110

Color Harmonies of #410439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410439

Black with #410439

Text Example


Text Example

White with #410439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410439; }

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

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

background-color css

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

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

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

border-color css

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

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

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