Html Css Color HEX #410638 Mardi Gras

📋 copy color: '#410638'

red 65 ◦ green 6 ◦ blue 56

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

Shades of Mardi Gras #410638

Tints of Mardi Gras #410638

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.72%

 BLUE value IS 56 (22.27% from 255) = 44.09%

R = 51.18%
G = 4.72%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#410638 (or 0x410638) is known color: Mardi Gras. HEX triplet: 41, 06 and 38. RGB value is (65,6,56). Sum of RGB (Red+Green+Blue) = 65+6+56=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #410638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410638 is #BEF9C7. Grayscale: #1D1D1D. Windows color (decimal): -12515784 or 3671617. OLE color: 3671617.

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

Color convert

RGB 65 6 56 -
CMYK 0 0.91 0.14 0.75
HSL 309.15º 0.83% 0.14% -
HSV(B) 309.15º 0.91% 0.25% -
XYZ 2.96 1.54 3.88 -
YUV 29.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 65 6 56 0 0.91 0.14 0.75 309.15 0.83 0.14
Hex 41 6 38 0 5B E 4B 135 53 E
Octal 101 6 70 0 133 16 113 465 123 16
Binary 1000001 110 111000 0 1011011 1110 1001011 100110101 1010011 1110

Color Harmonies of #410638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410638

Black with #410638

Text Example


Text Example

White with #410638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410638; }

 p { color: rgb(65,6,56); }

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

background-color css

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

 a { background-color: rgb(65,6,56); }

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

border-color css

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

 span { border-color: rgb(65,6,56); }

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