Html Css Color HEX #312260 Paris M

📋 copy color: '#312260'

red 49 ◦ green 34 ◦ blue 96

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

Shades of Paris M #312260

Tints of Paris M #312260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.99%

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

R = 27.37%
G = 18.99%
B = 53.63%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#312260 (or 0x312260) is known color: Paris M. HEX triplet: 31, 22 and 60. RGB value is (49,34,96). Sum of RGB (Red+Green+Blue) = 49+34+96=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #312260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312260 is #CEDD9F. Grayscale: #2D2D2D. Windows color (decimal): -13557152 or 6300209. OLE color: 6300209.

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

Color convert

RGB 49 34 96 -
CMYK 0.49 0.65 0 0.62
HSL 254.52º 0.48% 0.25% -
HSV(B) 254.52º 0.65% 0.38% -
XYZ 3.95 2.64 11.37 -
YUV 45.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 49 34 96 0.49 0.65 0 0.62 254.52 0.48 0.25
Hex 31 22 60 31 41 0 3E FF 30 19
Octal 61 42 140 61 101 0 76 377 60 31
Binary 110001 100010 1100000 110001 1000001 0 111110 11111111 110000 11001

Color Harmonies of #312260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312260

Black with #312260

Text Example


Text Example

White with #312260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312260; }

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

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

background-color css

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

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

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

border-color css

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

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

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