#312266

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

Shades of Paris M #312266

Tints of Paris M #312266

Color information

#312266 (or 0x312266) is unknown color: approx Paris M. HEX triplet: 31, 22 and 66. RGB value is (49,34,102). Sum of RGB (Red+Green+Blue) = 49+34+102=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #312266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312266 is #CEDD99. Grayscale: #2D2D2D. Windows color (decimal): -13557146 or 6693425. OLE color: 6693425.

HSL color Cylindrical-coordinate representation of color #312266: hue angle of 253.24º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312266 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4934102-
CMYK0.520.6700.6
HSL253.24º50%26.67%-
HSV(B)253.24º66.67%40%-
XYZ4.242.7612.88-
YUV46.24159.47129.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 102 (40.23% from 255) = 55.14%
R=26.49%
G=18.38%
B=55.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49341020.520.6700.6253.245026.67
Hex312266344303Cfd321b
Octal6142146641030743756233
Binary1100011000101100110110100100001101111001111110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312266; }

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

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

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

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

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

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

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

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