Html Css Color HEX #41033C Mardi Gras

📋 copy color: '#41033C'

red 65 ◦ green 3 ◦ blue 60

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

Shades of Mardi Gras #41033C

Tints of Mardi Gras #41033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 46.88%

R = 50.78%
G = 2.34%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#41033C (or 0x41033C) is known color: Mardi Gras. HEX triplet: 41, 03 and 3C. RGB value is (65,3,60). Sum of RGB (Red+Green+Blue) = 65+3+60=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41033C is #BEFCC3. Grayscale: #1B1B1B. Windows color (decimal): -12516548 or 3932993. OLE color: 3932993.

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

Color convert

RGB 65 3 60 -
CMYK 0 0.95 0.08 0.75
HSL 304.84º 0.91% 0.13% -
HSV(B) 304.84º 0.95% 0.25% -
XYZ 3.03 1.52 4.41 -
YUV 28.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 65 3 60 0 0.95 0.08 0.75 304.84 0.91 0.13
Hex 41 3 3C 0 5F 8 4B 131 5B D
Octal 101 3 74 0 137 10 113 461 133 15
Binary 1000001 11 111100 0 1011111 1000 1001011 100110001 1011011 1101

Color Harmonies of #41033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41033C

Black with #41033C

Text Example


Text Example

White with #41033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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