#312C62

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

Shades of Paris M #312C62

Tints of Paris M #312C62

Color information

#312C62 (or 0x312C62) is unknown color: approx Paris M. HEX triplet: 31, 2C and 62. RGB value is (49,44,98). Sum of RGB (Red+Green+Blue) = 49+44+98=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #312C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C62 is #CED39D. Grayscale: #333333. Windows color (decimal): -13554590 or 6433841. OLE color: 6433841.

HSL color Cylindrical-coordinate representation of color #312C62: hue angle of 245.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #312C62 is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB494498-
CMYK0.50.5500.62
HSL245.56º38.03%27.84%-
HSV(B)245.56º55.1%38.43%-
XYZ4.373.3411.97-
YUV51.65154.16126.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 98 (38.67% from 255) = 51.31%
R=25.65%
G=23.04%
B=51.31%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4944980.50.5500.62245.5638.0327.84
Hex312C62323703Ef6261c
Octal615414262670763664634
Binary110001101100110001011001011011101111101111011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312C62; }

 p { color: rgb(49,44,98); }

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

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

 a { background-color: rgb(49,44,98); }

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

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

 span { border-color: rgb(49,44,98); }

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