Html Css Color HEX #400847 Mardi Gras

📋 copy color: '#400847'

red 64 ◦ green 8 ◦ blue 71

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

Shades of Mardi Gras #400847

Tints of Mardi Gras #400847

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

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

R = 44.76%
G = 5.59%
B = 49.65%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#400847 (or 0x400847) is known color: Mardi Gras. HEX triplet: 40, 08 and 47. RGB value is (64,8,71). Sum of RGB (Red+Green+Blue) = 64+8+71=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #400847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400847 is #BFF7B8. Grayscale: #1F1F1F. Windows color (decimal): -12580793 or 4655168. OLE color: 4655168.

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

Color convert

RGB 64 8 71 -
CMYK 0.10 0.89 0 0.72
HSL 293.33º 0.8% 0.15% -
HSV(B) 293.33º 0.89% 0.28% -
XYZ 3.34 1.72 6.12 -
YUV 31.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 64 8 71 0.10 0.89 0 0.72 293.33 0.8 0.15
Hex 40 8 47 A 59 0 48 125 50 F
Octal 100 10 107 12 131 0 110 445 120 17
Binary 1000000 1000 1000111 1010 1011001 0 1001000 100100101 1010000 1111

Color Harmonies of #400847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400847

Black with #400847

Text Example


Text Example

White with #400847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400847; }

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

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

background-color css

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

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

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

border-color css

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

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

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