Html Css Color HEX #41063F Mardi Gras

📋 copy color: '#41063F'

red 65 ◦ green 6 ◦ blue 63

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

Shades of Mardi Gras #41063F

Tints of Mardi Gras #41063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 47.01%

R = 48.51%
G = 4.48%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41063F (or 0x41063F) is known color: Mardi Gras. HEX triplet: 41, 06 and 3F. RGB value is (65,6,63). Sum of RGB (Red+Green+Blue) = 65+6+63=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41063F is #BEF9C0. Grayscale: #1D1D1D. Windows color (decimal): -12515777 or 4130369. OLE color: 4130369.

HSL color Cylindrical-coordinate representation of color #41063F: hue angle of 302.03º 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 #41063F is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 6 63 -
CMYK 0 0.91 0.03 0.75
HSL 302.03º 0.83% 0.14% -
HSV(B) 302.03º 0.91% 0.25% -
XYZ 3.14 1.61 4.85 -
YUV 30.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 65 6 63 0 0.91 0.03 0.75 302.03 0.83 0.14
Hex 41 6 3F 0 5B 3 4B 12E 53 E
Octal 101 6 77 0 133 3 113 456 123 16
Binary 1000001 110 111111 0 1011011 11 1001011 100101110 1010011 1110

Color Harmonies of #41063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41063F

Black with #41063F

Text Example


Text Example

White with #41063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41063F; }

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

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

background-color css

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

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

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

border-color css

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

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

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