Html Css Color HEX #401748 Mardi Gras

📋 copy color: '#401748'

red 64 ◦ green 23 ◦ blue 72

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

Shades of Mardi Gras #401748

Tints of Mardi Gras #401748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

 BLUE value IS 72 (28.52% from 255) = 45.28%

R = 40.25%
G = 14.47%
B = 45.28%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#401748 (or 0x401748) is known color: Mardi Gras. HEX triplet: 40, 17 and 48. RGB value is (64,23,72). Sum of RGB (Red+Green+Blue) = 64+23+72=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #401748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401748 is #BFE8B7. Grayscale: #282828. Windows color (decimal): -12576952 or 4724544. OLE color: 4724544.

HSL color Cylindrical-coordinate representation of color #401748: hue angle of 290.2º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #401748 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 23 72 -
CMYK 0.11 0.68 0 0.72
HSL 290.2º 0.52% 0.19% -
HSV(B) 290.2º 0.68% 0.28% -
XYZ 3.59 2.17 6.36 -
YUV 40.85 145.58 144.52 -
System Red Green Blue C M Y K H S L
Decimal 64 23 72 0.11 0.68 0 0.72 290.2 0.52 0.19
Hex 40 17 48 B 44 0 48 122 34 13
Octal 100 27 110 13 104 0 110 442 64 23
Binary 1000000 10111 1001000 1011 1000100 0 1001000 100100010 110100 10011

Color Harmonies of #401748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401748

Black with #401748

Text Example


Text Example

White with #401748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401748; }

 p { color: rgb(64,23,72); }

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

background-color css

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

 a { background-color: rgb(64,23,72); }

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

border-color css

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

 span { border-color: rgb(64,23,72); }

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