Html Css Color HEX #310634 Mardi Gras

📋 copy color: '#310634'

red 49 ◦ green 6 ◦ blue 52

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

Shades of Mardi Gras #310634

Tints of Mardi Gras #310634

RGB

 RED value IS 49 (19.53% from 255) = 45.79%

 GREEN value IS 6 (2.73% from 255) = 5.61%

 BLUE value IS 52 (20.7% from 255) = 48.6%

R = 45.79%
G = 5.61%
B = 48.6%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#310634 (or 0x310634) is known color: Mardi Gras. HEX triplet: 31, 06 and 34. RGB value is (49,6,52). Sum of RGB (Red+Green+Blue) = 49+6+52=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #310634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310634 is #CEF9CB. Grayscale: #171717. Windows color (decimal): -13564364 or 3409457. OLE color: 3409457.

HSL color Cylindrical-coordinate representation of color #310634: hue angle of 296.09º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310634 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 6 52 -
CMYK 0.06 0.88 0 0.80
HSL 296.09º 0.79% 0.11% -
HSV(B) 296.09º 0.88% 0.2% -
XYZ 1.95 1.03 3.34 -
YUV 24.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 49 6 52 0.06 0.88 0 0.80 296.09 0.79 0.11
Hex 31 6 34 6 58 0 50 128 4F B
Octal 61 6 64 6 130 0 120 450 117 13
Binary 110001 110 110100 110 1011000 0 1010000 100101000 1001111 1011

Color Harmonies of #310634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310634

Black with #310634

Text Example


Text Example

White with #310634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310634; }

 p { color: rgb(49,6,52); }

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

background-color css

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

 a { background-color: rgb(49,6,52); }

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

border-color css

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

 span { border-color: rgb(49,6,52); }

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