Html Css Color HEX #312160 Paris M

📋 copy color: '#312160'

red 49 ◦ green 33 ◦ blue 96

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

Shades of Paris M #312160

Tints of Paris M #312160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 53.93%

R = 27.53%
G = 18.54%
B = 53.93%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#312160 (or 0x312160) is known color: Paris M. HEX triplet: 31, 21 and 60. RGB value is (49,33,96). Sum of RGB (Red+Green+Blue) = 49+33+96=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #312160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312160 is #CEDE9F. Grayscale: #2C2C2C. Windows color (decimal): -13557408 or 6299953. OLE color: 6299953.

HSL color Cylindrical-coordinate representation of color #312160: hue angle of 255.24º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #312160 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 33 96 -
CMYK 0.49 0.66 0 0.62
HSL 255.24º 0.49% 0.25% -
HSV(B) 255.24º 0.66% 0.38% -
XYZ 3.92 2.59 11.36 -
YUV 44.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 49 33 96 0.49 0.66 0 0.62 255.24 0.49 0.25
Hex 31 21 60 31 42 0 3E FF 31 19
Octal 61 41 140 61 102 0 76 377 61 31
Binary 110001 100001 1100000 110001 1000010 0 111110 11111111 110001 11001

Color Harmonies of #312160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312160

Black with #312160

Text Example


Text Example

White with #312160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312160; }

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

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

background-color css

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

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

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

border-color css

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

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

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