Html Css Color HEX #312060 Paris M

📋 copy color: '#312060'

red 49 ◦ green 32 ◦ blue 96

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

Shades of Paris M #312060

Tints of Paris M #312060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

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

R = 27.68%
G = 18.08%
B = 54.24%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#312060 (or 0x312060) is known color: Paris M. HEX triplet: 31, 20 and 60. RGB value is (49,32,96). Sum of RGB (Red+Green+Blue) = 49+32+96=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #312060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312060 is #CEDF9F. Grayscale: #2C2C2C. Windows color (decimal): -13557664 or 6299697. OLE color: 6299697.

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

Color convert

RGB 49 32 96 -
CMYK 0.49 0.67 0 0.62
HSL 255.94º 0.5% 0.25% -
HSV(B) 255.94º 0.67% 0.38% -
XYZ 3.89 2.53 11.35 -
YUV 44.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 49 32 96 0.49 0.67 0 0.62 255.94 0.5 0.25
Hex 31 20 60 31 43 0 3E 100 32 19
Octal 61 40 140 61 103 0 76 400 62 31
Binary 110001 100000 1100000 110001 1000011 0 111110 100000000 110010 11001

Color Harmonies of #312060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312060

Black with #312060

Text Example


Text Example

White with #312060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312060; }

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

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

background-color css

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

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

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

border-color css

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

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

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