Html Css Color HEX #410739 Mardi Gras

📋 copy color: '#410739'

red 65 ◦ green 7 ◦ blue 57

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

Shades of Mardi Gras #410739

Tints of Mardi Gras #410739

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.43%

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

R = 50.39%
G = 5.43%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#410739 (or 0x410739) is known color: Mardi Gras. HEX triplet: 41, 07 and 39. RGB value is (65,7,57). Sum of RGB (Red+Green+Blue) = 65+7+57=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #410739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410739 is #BEF8C6. Grayscale: #1D1D1D. Windows color (decimal): -12515527 or 3737409. OLE color: 3737409.

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

Color convert

RGB 65 7 57 -
CMYK 0 0.89 0.12 0.75
HSL 308.28º 0.81% 0.14% -
HSV(B) 308.28º 0.89% 0.25% -
XYZ 2.99 1.57 4.02 -
YUV 30.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 65 7 57 0 0.89 0.12 0.75 308.28 0.81 0.14
Hex 41 7 39 0 59 C 4B 134 51 E
Octal 101 7 71 0 131 14 113 464 121 16
Binary 1000001 111 111001 0 1011001 1100 1001011 100110100 1010001 1110

Color Harmonies of #410739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410739

Black with #410739

Text Example


Text Example

White with #410739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410739; }

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

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

background-color css

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

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

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

border-color css

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

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

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