#312468

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

Shades of Paris M #312468

Tints of Paris M #312468

Color information

#312468 (or 0x312468) is unknown color: approx Paris M. HEX triplet: 31, 24 and 68. RGB value is (49,36,104). Sum of RGB (Red+Green+Blue) = 49+36+104=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #312468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312468 is #CEDB97. Grayscale: #2F2F2F. Windows color (decimal): -13556632 or 6825009. OLE color: 6825009.

HSL color Cylindrical-coordinate representation of color #312468: hue angle of 251.47º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312468 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4936104-
CMYK0.530.6500.59
HSL251.47º48.57%27.45%-
HSV(B)251.47º65.38%40.78%-
XYZ4.42.9113.43-
YUV47.64159.81128.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=25.93%
G=19.05%
B=55.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49361040.530.6500.59251.4748.5727.45
Hex312468354103Bfb311b
Octal6144150651010733736133
Binary1100011001001101000110101100000101110111111101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312468; }

 p { color: rgb(49,36,104); }

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

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

 a { background-color: rgb(49,36,104); }

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

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

 span { border-color: rgb(49,36,104); }

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