Html Css Color HEX #41013E Mardi Gras

📋 copy color: '#41013E'

red 65 ◦ green 1 ◦ blue 62

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

Shades of Mardi Gras #41013E

Tints of Mardi Gras #41013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

 BLUE value IS 62 (24.61% from 255) = 48.44%

R = 50.78%
G = 0.78%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#41013E (or 0x41013E) is known color: Mardi Gras. HEX triplet: 41, 01 and 3E. RGB value is (65,1,62). Sum of RGB (Red+Green+Blue) = 65+1+62=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41013E is #BEFEC1. Grayscale: #1A1A1A. Windows color (decimal): -12517058 or 4063553. OLE color: 4063553.

HSL color Cylindrical-coordinate representation of color #41013E: hue angle of 302.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41013E is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 1 62 -
CMYK 0 0.98 0.05 0.75
HSL 302.81º 0.97% 0.13% -
HSV(B) 302.81º 0.98% 0.25% -
XYZ 3.06 1.49 4.68 -
YUV 27.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 65 1 62 0 0.98 0.05 0.75 302.81 0.97 0.13
Hex 41 1 3E 0 62 5 4B 12F 61 D
Octal 101 1 76 0 142 5 113 457 141 15
Binary 1000001 1 111110 0 1100010 101 1001011 100101111 1100001 1101

Color Harmonies of #41013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41013E

Black with #41013E

Text Example


Text Example

White with #41013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41013E; }

 p { color: rgb(65,1,62); }

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

background-color css

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

 a { background-color: rgb(65,1,62); }

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

border-color css

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

 span { border-color: rgb(65,1,62); }

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