Html Css Color HEX #401247 Mardi Gras

📋 copy color: '#401247'

red 64 ◦ green 18 ◦ blue 71

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

Shades of Mardi Gras #401247

Tints of Mardi Gras #401247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 46.41%

R = 41.83%
G = 11.76%
B = 46.41%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#401247 (or 0x401247) is known color: Mardi Gras. HEX triplet: 40, 12 and 47. RGB value is (64,18,71). Sum of RGB (Red+Green+Blue) = 64+18+71=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #401247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401247 is #BFEDB8. Grayscale: #252525. Windows color (decimal): -12578233 or 4657728. OLE color: 4657728.

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

Color convert

RGB 64 18 71 -
CMYK 0.10 0.75 0 0.72
HSL 292.08º 0.6% 0.17% -
HSV(B) 292.08º 0.75% 0.28% -
XYZ 3.47 1.98 6.16 -
YUV 37.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 64 18 71 0.10 0.75 0 0.72 292.08 0.6 0.17
Hex 40 12 47 A 4B 0 48 124 3C 11
Octal 100 22 107 12 113 0 110 444 74 21
Binary 1000000 10010 1000111 1010 1001011 0 1001000 100100100 111100 10001

Color Harmonies of #401247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401247

Black with #401247

Text Example


Text Example

White with #401247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401247; }

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

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

background-color css

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

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

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

border-color css

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

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

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