Html Css Color HEX #410347 Mardi Gras

📋 copy color: '#410347'

red 65 ◦ green 3 ◦ blue 71

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

Shades of Mardi Gras #410347

Tints of Mardi Gras #410347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.16%

 BLUE value IS 71 (28.13% from 255) = 51.08%

R = 46.76%
G = 2.16%
B = 51.08%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#410347 (or 0x410347) is known color: Mardi Gras. HEX triplet: 41, 03 and 47. RGB value is (65,3,71). Sum of RGB (Red+Green+Blue) = 65+3+71=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #410347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410347 is #BEFCB8. Grayscale: #1D1D1D. Windows color (decimal): -12516537 or 4653889. OLE color: 4653889.

HSL color Cylindrical-coordinate representation of color #410347: hue angle of 294.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410347 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 3 71 -
CMYK 0.08 0.96 0 0.72
HSL 294.71º 0.92% 0.15% -
HSV(B) 294.71º 0.96% 0.28% -
XYZ 3.35 1.64 6.1 -
YUV 29.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 65 3 71 0.08 0.96 0 0.72 294.71 0.92 0.15
Hex 41 3 47 8 60 0 48 127 5C F
Octal 101 3 107 10 140 0 110 447 134 17
Binary 1000001 11 1000111 1000 1100000 0 1001000 100100111 1011100 1111

Color Harmonies of #410347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410347

Black with #410347

Text Example


Text Example

White with #410347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410347; }

 p { color: rgb(65,3,71); }

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

background-color css

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

 a { background-color: rgb(65,3,71); }

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

border-color css

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

 span { border-color: rgb(65,3,71); }

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