Html Css Color HEX #401145 Mardi Gras

📋 copy color: '#401145'

red 64 ◦ green 17 ◦ blue 69

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

Shades of Mardi Gras #401145

Tints of Mardi Gras #401145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

 BLUE value IS 69 (27.34% from 255) = 46%

R = 42.67%
G = 11.33%
B = 46%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#401145 (or 0x401145) is known color: Mardi Gras. HEX triplet: 40, 11 and 45. RGB value is (64,17,69). Sum of RGB (Red+Green+Blue) = 64+17+69=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 69 - color contains mainly: blue. Hex color #401145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401145 is #BFEEBA. Grayscale: #242424. Windows color (decimal): -12578491 or 4526400. OLE color: 4526400.

HSL color Cylindrical-coordinate representation of color #401145: hue angle of 294.23º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401145 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 17 69 -
CMYK 0.07 0.75 0 0.73
HSL 294.23º 0.6% 0.17% -
HSV(B) 294.23º 0.75% 0.27% -
XYZ 3.39 1.92 5.82 -
YUV 36.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 64 17 69 0.07 0.75 0 0.73 294.23 0.6 0.17
Hex 40 11 45 7 4B 0 49 126 3C 11
Octal 100 21 105 7 113 0 111 446 74 21
Binary 1000000 10001 1000101 111 1001011 0 1001001 100100110 111100 10001

Color Harmonies of #401145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401145

Black with #401145

Text Example


Text Example

White with #401145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401145; }

 p { color: rgb(64,17,69); }

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

background-color css

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

 a { background-color: rgb(64,17,69); }

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

border-color css

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

 span { border-color: rgb(64,17,69); }

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