Html Css Color HEX #310133 Mardi Gras

📋 copy color: '#310133'

red 49 ◦ green 1 ◦ blue 51

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

Shades of Mardi Gras #310133

Tints of Mardi Gras #310133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.99%

 BLUE value IS 51 (20.31% from 255) = 50.5%

R = 48.51%
G = 0.99%
B = 50.5%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#310133 (or 0x310133) is known color: Mardi Gras. HEX triplet: 31, 01 and 33. RGB value is (49,1,51). Sum of RGB (Red+Green+Blue) = 49+1+51=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #310133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310133 is #CEFECC. Grayscale: #141414. Windows color (decimal): -13565645 or 3342641. OLE color: 3342641.

HSL color Cylindrical-coordinate representation of color #310133: hue angle of 297.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310133 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 49 1 51 -
CMYK 0.04 0.98 0 0.8
HSL 297.6º 0.96% 0.1% -
HSV(B) 297.6º 0.98% 0.2% -
XYZ 1.88 0.91 3.21 -
YUV 21.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 49 1 51 0.04 0.98 0 0.8 297.6 0.96 0.1
Hex 31 1 33 4 62 0 50 12A 60 A
Octal 61 1 63 4 142 0 120 452 140 12
Binary 110001 1 110011 100 1100010 0 1010000 100101010 1100000 1010

Color Harmonies of #310133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310133

Black with #310133

Text Example


Text Example

White with #310133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310133; }

 p { color: rgb(49,1,51); }

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

background-color css

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

 a { background-color: rgb(49,1,51); }

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

border-color css

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

 span { border-color: rgb(49,1,51); }

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