Html Css Color HEX #31216D Paris M

📋 copy color: '#31216D'

red 49 ◦ green 33 ◦ blue 109

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

Shades of Paris M #31216D

Tints of Paris M #31216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.28%

 BLUE value IS 109 (42.97% from 255) = 57.07%

R = 25.65%
G = 17.28%
B = 57.07%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31216D (or 0x31216D) is known color: Paris M. HEX triplet: 31, 21 and 6D. RGB value is (49,33,109). Sum of RGB (Red+Green+Blue) = 49+33+109=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #31216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31216D is #CEDE92. Grayscale: #2E2E2E. Windows color (decimal): -13557395 or 7151921. OLE color: 7151921.

HSL color Cylindrical-coordinate representation of color #31216D: hue angle of 252.63º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31216D is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 33 109 -
CMYK 0.55 0.70 0 0.57
HSL 252.63º 0.54% 0.28% -
HSV(B) 252.63º 0.7% 0.43% -
XYZ 4.57 2.84 14.78 -
YUV 46.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 49 33 109 0.55 0.70 0 0.57 252.63 0.54 0.28
Hex 31 21 6D 37 46 0 39 FD 36 1C
Octal 61 41 155 67 106 0 71 375 66 34
Binary 110001 100001 1101101 110111 1000110 0 111001 11111101 110110 11100

Color Harmonies of #31216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31216D

Black with #31216D

Text Example


Text Example

White with #31216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31216D; }

 p { color: rgb(49,33,109); }

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

background-color css

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

 a { background-color: rgb(49,33,109); }

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

border-color css

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

 span { border-color: rgb(49,33,109); }

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