Html Css Color HEX #41063B Mardi Gras

📋 copy color: '#41063B'

red 65 ◦ green 6 ◦ blue 59

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

Shades of Mardi Gras #41063B

Tints of Mardi Gras #41063B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 45.38%

R = 50%
G = 4.62%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41063B (or 0x41063B) is known color: Mardi Gras. HEX triplet: 41, 06 and 3B. RGB value is (65,6,59). Sum of RGB (Red+Green+Blue) = 65+6+59=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41063B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41063B is #BEF9C4. Grayscale: #1D1D1D. Windows color (decimal): -12515781 or 3868225. OLE color: 3868225.

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

Color convert

RGB 65 6 59 -
CMYK 0 0.91 0.09 0.75
HSL 306.1º 0.83% 0.14% -
HSV(B) 306.1º 0.91% 0.25% -
XYZ 3.03 1.57 4.28 -
YUV 29.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 65 6 59 0 0.91 0.09 0.75 306.1 0.83 0.14
Hex 41 6 3B 0 5B 9 4B 132 53 E
Octal 101 6 73 0 133 11 113 462 123 16
Binary 1000001 110 111011 0 1011011 1001 1001011 100110010 1010011 1110

Color Harmonies of #41063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41063B

Black with #41063B

Text Example


Text Example

White with #41063B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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