Html Css Color HEX #401242 Mardi Gras

📋 copy color: '#401242'

red 64 ◦ green 18 ◦ blue 66

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

Shades of Mardi Gras #401242

Tints of Mardi Gras #401242

RGB

 RED value IS 64 (25.39% from 255) = 43.24%

 GREEN value IS 18 (7.42% from 255) = 12.16%

 BLUE value IS 66 (26.17% from 255) = 44.59%

R = 43.24%
G = 12.16%
B = 44.59%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#401242 (or 0x401242) is known color: Mardi Gras. HEX triplet: 40, 12 and 42. RGB value is (64,18,66). Sum of RGB (Red+Green+Blue) = 64+18+66=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 66 - color contains mainly: blue. Hex color #401242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401242 is #BFEDBD. Grayscale: #252525. Windows color (decimal): -12578238 or 4330048. OLE color: 4330048.

HSL color Cylindrical-coordinate representation of color #401242: hue angle of 297.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401242 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 18 66 -
CMYK 0.03 0.73 0 0.74
HSL 297.5º 0.57% 0.16% -
HSV(B) 297.5º 0.73% 0.26% -
XYZ 3.31 1.92 5.35 -
YUV 37.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 64 18 66 0.03 0.73 0 0.74 297.5 0.57 0.16
Hex 40 12 42 3 49 0 4A 12A 39 10
Octal 100 22 102 3 111 0 112 452 71 20
Binary 1000000 10010 1000010 11 1001001 0 1001010 100101010 111001 10000

Color Harmonies of #401242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401242

Black with #401242

Text Example


Text Example

White with #401242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401242; }

 p { color: rgb(64,18,66); }

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

background-color css

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

 a { background-color: rgb(64,18,66); }

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

border-color css

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

 span { border-color: rgb(64,18,66); }

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