Html Css Color HEX #41023F Mardi Gras

📋 copy color: '#41023F'

red 65 ◦ green 2 ◦ blue 63

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

Shades of Mardi Gras #41023F

Tints of Mardi Gras #41023F

RGB

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

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

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

R = 50%
G = 1.54%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41023F (or 0x41023F) is known color: Mardi Gras. HEX triplet: 41, 02 and 3F. RGB value is (65,2,63). Sum of RGB (Red+Green+Blue) = 65+2+63=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41023F is #BEFDC0. Grayscale: #1B1B1B. Windows color (decimal): -12516801 or 4129345. OLE color: 4129345.

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

Color convert

RGB 65 2 63 -
CMYK 0 0.97 0.03 0.75
HSL 301.9º 0.94% 0.13% -
HSV(B) 301.9º 0.97% 0.25% -
XYZ 3.1 1.53 4.83 -
YUV 27.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 65 2 63 0 0.97 0.03 0.75 301.9 0.94 0.13
Hex 41 2 3F 0 61 3 4B 12E 5E D
Octal 101 2 77 0 141 3 113 456 136 15
Binary 1000001 10 111111 0 1100001 11 1001011 100101110 1011110 1101

Color Harmonies of #41023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41023F

Black with #41023F

Text Example


Text Example

White with #41023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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