Html Css Color HEX #410247 Mardi Gras

📋 copy color: '#410247'

red 65 ◦ green 2 ◦ blue 71

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

Shades of Mardi Gras #410247

Tints of Mardi Gras #410247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

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

R = 47.1%
G = 1.45%
B = 51.45%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#410247 (or 0x410247) is known color: Mardi Gras. HEX triplet: 41, 02 and 47. RGB value is (65,2,71). Sum of RGB (Red+Green+Blue) = 65+2+71=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #410247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410247 is #BEFDB8. Grayscale: #1C1C1C. Windows color (decimal): -12516793 or 4653633. OLE color: 4653633.

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

Color convert

RGB 65 2 71 -
CMYK 0.08 0.97 0 0.72
HSL 294.78º 0.95% 0.14% -
HSV(B) 294.78º 0.97% 0.28% -
XYZ 3.34 1.62 6.1 -
YUV 28.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 65 2 71 0.08 0.97 0 0.72 294.78 0.95 0.14
Hex 41 2 47 8 61 0 48 127 5F E
Octal 101 2 107 10 141 0 110 447 137 16
Binary 1000001 10 1000111 1000 1100001 0 1001000 100100111 1011111 1110

Color Harmonies of #410247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410247

Black with #410247

Text Example


Text Example

White with #410247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410247; }

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

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

background-color css

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

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

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

border-color css

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

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

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