Html Css Color HEX #312560 Paris M

📋 copy color: '#312560'

red 49 ◦ green 37 ◦ blue 96

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

Shades of Paris M #312560

Tints of Paris M #312560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.33%

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

R = 26.92%
G = 20.33%
B = 52.75%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#312560 (or 0x312560) is known color: Paris M. HEX triplet: 31, 25 and 60. RGB value is (49,37,96). Sum of RGB (Red+Green+Blue) = 49+37+96=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #312560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312560 is #CEDA9F. Grayscale: #2F2F2F. Windows color (decimal): -13556384 or 6300977. OLE color: 6300977.

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

Color convert

RGB 49 37 96 -
CMYK 0.49 0.61 0 0.62
HSL 252.2º 0.44% 0.26% -
HSV(B) 252.2º 0.61% 0.38% -
XYZ 4.04 2.82 11.4 -
YUV 47.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 49 37 96 0.49 0.61 0 0.62 252.2 0.44 0.26
Hex 31 25 60 31 3D 0 3E FC 2C 1A
Octal 61 45 140 61 75 0 76 374 54 32
Binary 110001 100101 1100000 110001 111101 0 111110 11111100 101100 11010

Color Harmonies of #312560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312560

Black with #312560

Text Example


Text Example

White with #312560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312560; }

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

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

background-color css

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

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

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

border-color css

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

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

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