#312169

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

Shades of Paris M #312169

Tints of Paris M #312169

Color information

#312169 (or 0x312169) is unknown color: approx Paris M. HEX triplet: 31, 21 and 69. RGB value is (49,33,105). Sum of RGB (Red+Green+Blue) = 49+33+105=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #312169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312169 is #CEDE96. Grayscale: #2D2D2D. Windows color (decimal): -13557399 or 6889777. OLE color: 6889777.

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

Color convert

RGB4933105-
CMYK0.530.6900.59
HSL253.33º52.17%27.06%-
HSV(B)253.33º68.57%41.18%-
XYZ4.362.7613.67-
YUV45.99161.3130.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=26.20%
G=17.65%
B=56.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49331050.530.6900.59253.3352.1727.06
Hex312169354503Bfd341b
Octal6141151651050733756433
Binary1100011000011101001110101100010101110111111110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312169; }

 p { color: rgb(49,33,105); }

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

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

 a { background-color: rgb(49,33,105); }

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

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

 span { border-color: rgb(49,33,105); }

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