#312264

Color #312264 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #312264

Tints of Paris M #312264

Color information

#312264 (or 0x312264) is unknown color: approx Paris M. HEX triplet: 31, 22 and 64. RGB value is (49,34,100). Sum of RGB (Red+Green+Blue) = 49+34+100=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #312264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312264 is #CEDD9B. Grayscale: #2D2D2D. Windows color (decimal): -13557148 or 6562353. OLE color: 6562353.

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

Color convert

RGB4934100-
CMYK0.510.6600.61
HSL253.64º49.25%26.27%-
HSV(B)253.64º66%39.22%-
XYZ4.142.7212.36-
YUV46.01158.47130.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 100 (39.45% from 255) = 54.64%
R=26.78%
G=18.58%
B=54.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49341000.510.6600.61253.6449.2526.27
Hex312264334203Dfe311a
Octal6142144631020753766132
Binary1100011000101100100110011100001001111011111111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312264; }

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

 H1.HeaderClassName
 {
   color: #312264;
 }
 .AnyTagClassName
 {
   color: #312264;
 }
</style>
background-color css

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

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

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

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

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

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